Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URemoteControlLogicConfig
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/RemoteControlLogicConfig.h |
| Include | #include "RemoteControlLogicConfig.h" |
Syntax
UCLASS&40;Config&61;RemoteControl&41;
class URemoteControlLogicConfig : public UObject
Remarks
Config class for Remote Control Logic related settings. Supports configuration of a valid list of Controller types.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | SupportedControllerCustomTypes | Custom Controllers list. | |
| TArray< FName > | SupportedControllerObjectClassPaths | Add specific Object types Class Paths to this list in order to provide support for them | |
| TArray< FName > | SupportedControllerStructTypes | Certain types such as FVector / FRotator / FColor are specializations of UStructProperty This config represents the list of such types that may be used as Controllers | |
| TArray< EPropertyBagPropertyType > | SupportedControllerTypes | PropertyBag types that are supported for use as Controllers |