|
Unreal OpenAI API 1.0.0
|
#include <VideoTypes.h>
Public Attributes | |
| FString | Prompt {} |
| FString | Model {"sora-2"} |
| FOptionalString | Input_Reference |
| FOptionalInt | Seconds |
| FOptionalString | Size |
Create a new video generation job. https://platform.openai.com/docs/api-reference/videos/create
| FOptionalString FCreateVideo::Input_Reference |
Optional image reference URL guiding generation.
| FString FCreateVideo::Model {"sora-2"} |
The model to use for video generation. Defaults to "sora-2". Valid values: "sora-2", "sora-2-pro".
| FString FCreateVideo::Prompt {} |
Text prompt describing the video to generate.
| FOptionalInt FCreateVideo::Seconds |
Clip duration in seconds. Must be 4, 8, or 12. Defaults to 4.
| FOptionalString FCreateVideo::Size |
Output resolution. Defaults to "720x1280". Valid values: "720x1280", "1280x720", "1024x1792", "1792x1024".