Navigation
API > API/Plugins > API/Plugins/RemoteControl
Remote Control Virtual Property which is stores in container with many properties Where Property Bag has more then one Property
| Name | URCVirtualPropertyInContainer |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCVirtualProperty.h |
| Include Path | #include "RCVirtualProperty.h" |
Syntax
UCLASS ()
class URCVirtualPropertyInContainer : public URCVirtualPropertyBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URCVirtualPropertyBase → URCVirtualPropertyInContainer
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContainerWeakPtr | TWeakObjectPtr< URCVirtualPropertyContainerBase > | Pointer to container where stores Virtual Properties | RCVirtualProperty.h |
Functions
Protected
Overridden from URCVirtualPropertyBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FInstancedPropertyBag * GetPropertyBagInstance() |
Pointer to Instanced property which is holds bag of properties | RCVirtualProperty.h |