Navigation
API > API/Plugins > API/Plugins/RemoteControlLogic > API/Plugins/RemoteControlLogic/URCBehaviourBind
Description
Transfers the value of a given Remote Control Property to a Controller. Used for Auto Bind workflow where matching Controller types for bind are automatically created from a given Remote Control Property
| Name | CopyPropertyValueToController |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Public/Behaviour/Builtin/Bind/RCBehaviourBind.h |
| Include Path | #include "Behaviour/Builtin/Bind/RCBehaviourBind.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlLogic/Private/Behaviour/Builtin/Bind/RCBehaviourBind.cpp |
static bool CopyPropertyValueToController
(
URCController * InController,
TSharedRef < const FRemoteControlProperty > InRemoteControlProperty
)