Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/Controller
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCVirtualPropertyContainerBase
- URCControllerContainer
References
| Module | RemoteControlLogic |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Controller/RCControllerContainer.h |
| Include | #include "Controller/RCControllerContainer.h" |
Syntax
UCLASS&40;&41;
class URCControllerContainer : public URCVirtualPropertyContainerBase
Remarks
Controller Container which holds all virtual controller properties
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< TObjectPtr< URCActionContainer > > | SharedActionContainers | Controller Container could holds the set of shared Action containers which is holds some action but independent from the behaviour |
Overridden from URCVirtualPropertyContainerBase
| Type | Name | Description | |
|---|---|---|---|
| URCVirtualPropertyInContainer * | AddProperty
(
const FName& InPropertyName, |
Adds a new Controller to this container |