Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URCVirtualPropertySelfContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UpdateValueWithProperty
(
const URCVirtualPropertyBase* InVirtualProperty |
Update property bag value using URCVirtualPropertyBase passed. | RCVirtualProperty.h | |
bool UpdateValueWithProperty
(
const FProperty* InProperty, |
Update property bag value using the property and the container passed. | RCVirtualProperty.h |
UpdateValueWithProperty(const URCVirtualPropertyBase *)
Description
Update property bag value using URCVirtualPropertyBase passed.
| Name | UpdateValueWithProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCVirtualProperty.h |
| Include Path | #include "RCVirtualProperty.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RCVirtualProperty.cpp |
bool UpdateValueWithProperty
(
const URCVirtualPropertyBase * InVirtualProperty
)
true if value copied successfully
Parameters
| Name | Remarks |
|---|---|
| InVirtualProperty | Virtual Property to update from |
UpdateValueWithProperty(const FProperty , const void )
Description
Update property bag value using the property and the container passed.
| Name | UpdateValueWithProperty |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RCVirtualProperty.h |
| Include Path | #include "RCVirtualProperty.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RCVirtualProperty.cpp |
bool UpdateValueWithProperty
(
const FProperty * InProperty,
const void * InPropertyContainer
)
true if SetValue of the bag returned Success otherwise false
Parameters
| Name | Remarks |
|---|---|
| InProperty | Property used to update the bag property value |
| InPropertyContainer | Container to take the value using the property |