Navigation
API > API/Plugins > API/Plugins/MLAdapter
Implements the settings for the MLAdapter plugin.
| Name | UMLAdapterSettings |
| Type | class |
| Header File | /Engine/Plugins/AI/MLAdapter/Source/MLAdapter/Public/MLAdapterSettings.h |
| Include Path | #include "MLAdapterSettings.h" |
Syntax
UCLASS (Config=Plugins, defaultconfig, DisplayName="MLAdapter")
class UMLAdapterSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UMLAdapterSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMLAdapterSettings
(
const FObjectInitializer& ObjectInitializer |
MLAdapterSettings.h |
Functions
Public
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
MLAdapterSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSubclassOf< UMLAdapterAgent > GetAgentClass() |
MLAdapterSettings.h | ||
static uint16 GetDefaultRPCServerPort() |
MLAdapterSettings.h | ||
static TSubclassOf< UMLAdapterManager > GetManagerClass() |
MLAdapterSettings.h | ||
static TSubclassOf< UMLAdapterSession > GetSessionClass() |
MLAdapterSettings.h |