Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URCVirtualPropertyBase > API/Plugins/RemoteControl/URCVirtualPropertyBase/CopyCompleteValue
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 CopyCompleteValue
(
const FProperty * InTargetProperty,
uint8 * InTargetValuePtr,
bool bPassByteEnumPropertyComparison
)
Remarks
Copy this virtual property's data onto a given FProperty true if copied successfully
Parameters
| Name | Description |
|---|---|
| InTargetProperty | The property onto which our value is to be copied |
| InTargetValuePtr | The memory location for the target property |
| bPassByteEnumPropertyComparison | Go to the copy if the Property and the Target property are Enum and Byte |