Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEngineSubsystem
- URCPropertyContainerRegistry
References
| Module | RemoteControlCommon |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h |
| Include | #include "RCPropertyContainer.h" |
Syntax
UCLASS&40;&41;
class URCPropertyContainerRegistry : public UEngineSubsystem
Remarks
A subsystem to provide and cache dynamically created PropertyContainer classes.
Functions
| Type | Name | Description | |
|---|---|---|---|
| URCPropertyContainerBase * | CreateContainer
(
UObject* InOwner, |
Creates a (UObject) container, with a single Value property of the given type. |