|
Unreal OpenAI API 1.0.0
|
Public Member Functions | |
| virtual void | Activate () override |
Public Attributes | |
| FOnSpeech | OnCompleted |
Private Member Functions | |
| void | OnCreateSpeechCompleted (const FSpeechResponse &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 USpeechAction * | CreateSpeech (const FSpeech &Speech, const FOpenAIAuth &Auth, const FString &URLOverride, const FSpeechSettings &Settings) |
Private Attributes | |
| FSpeech | Speech |
| FSpeechSettings | Settings |
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.