|
Unreal OpenAI API 1.0.0
|
Public Member Functions | |
| virtual void | Activate () override |
Public Attributes | |
| FOnDownloadVideoContent | OnCompleted |
Private Member Functions | |
| void | OnDownloadVideoContentActionCompleted (const FDownloadVideoContentResponse &Response, const FOpenAIResponseMetadata &ResponseMetadata) |
| virtual void | OnRequestError (const FString &URL, const FString &Content) override |
| virtual void | SetEndpoint (OpenAI::V1::FOpenAIEndpoints &Endpoints, const FString &URL) const override |
Static Private Member Functions | |
| static UDownloadVideoContentAction * | DownloadVideoContentAction (const FString &VideoId, const FDownloadVideoContent &DownloadVideoContent, const FOpenAIAuth &Auth, const FString &URLOverride) |
Private Attributes | |
| FString | VideoId |
| FDownloadVideoContent | DownloadVideoContent |
Additional Inherited Members | |
| Protected Member Functions inherited from UOpenAIActionBase | |
| UOpenAIProvider * | CreateProvider () |
| Protected Attributes inherited from UOpenAIActionBase | |
| FOpenAIAuth | Auth |
| FString | URLOverride |
|
staticprivate |
| URLOverride | Allows for the specification of a custom endpoint. This is beneficial when using a proxy. If this functionality is not required, this parameter can be left blank. |
|
overrideprivatevirtual |
Reimplemented from UOpenAIActionBase.
|
overrideprivatevirtual |
Reimplemented from UOpenAIActionBase.