FRemoteControlProtocolBinding::SetPropertyDataToMapping

Set mapping property data to bound mapping struct.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlProtocolBinding.h

Include

#include "RemoteControlProtocolBinding.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlProtocolBinding.cpp

Syntax

bool SetPropertyDataToMapping
(
    const FGuid & InMappingId,
    const void * InPropertyValuePtr
)

Remarks

Set mapping property data to bound mapping struct. Range data could be a value container of the primitive value like FFloatProperty. And it could be more complex Properties such as FStructProperty data pointer.

Returns

true if it was set successfully

Parameters

Parameter

Description

InMappingId

mapping unique id

InPropertyValuePtr

property value pointer

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss