Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URCVirtualPropertySelfContainer
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 |
void AddProperty
&40;
const FName InPropertyName,
const EPropertyBagPropertyType InValueType,
UObject &42; InValueTypeObject
&41;
Remarks
Adds a new property to the bag. If property with this name already in bag the function just return
Parameters
| Name | Description |
|---|---|
| InPropertyName | Name of the property |
| InValueType | Property Type |
| InValueTypeObject | Property Type object if exists |