Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URCVirtualPropertySelfContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DuplicatePropertyWithCopy
(
URCVirtualPropertyBase* InVirtualProperty |
Duplicates property from given Virtual Property. | RCVirtualProperty.h | |
bool DuplicatePropertyWithCopy
(
const FName& InPropertyName, |
Duplicates property from give Property and copy the value. | RCVirtualProperty.h |
DuplicatePropertyWithCopy(URCVirtualPropertyBase *)
Description
Duplicates property from given Virtual Property. If property with this name already in bag the function just return
| Name | DuplicatePropertyWithCopy |
| 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 DuplicatePropertyWithCopy
(
URCVirtualPropertyBase * InVirtualProperty
)
true if property duplicated and value copied successfully
Parameters
| Name | Remarks |
|---|---|
| InVirtualProperty | Virtual Property to duplicate from |
DuplicatePropertyWithCopy(const FName &, const FProperty , const uint8 )
Description
Duplicates property from give Property and copy the value. If property with this name already in bag the function just return
| Name | DuplicatePropertyWithCopy |
| 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 DuplicatePropertyWithCopy
(
const FName & InPropertyName,
const FProperty * InSourceProperty,
const uint8 * InSourceContainerPtr
)
true if property duplicated and value copied successfully
Parameters
| Name | Remarks |
|---|---|
| InPropertyName | Name of the property |
| InSourceProperty | Source FProperty for duplication |
| InSourceContainerPtr | Pointer to source container |