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