URCPropertyContainerBase::SetValue

Sets the value from the incoming raw data. Provide size for array, string, etc.

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h

Include

#include "RCPropertyContainer.h"

Source

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Private/RCPropertyContainer.cpp

Syntax

void SetValue
(
    const uint8 * InData,
    const SIZE_T & InSize
)

Remarks

Sets the value from the incoming raw data. Provide size for array, string, etc.

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