Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
References
Module | RemoteControlCommon |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
Include | #include "RCTypeUtilities.h" |
namespace RemoteControlTypeUtilities
{
template<typename PropertyType, typename ValueType>
static ValueType RemoteControlTypeUtilities&58;&58;ClampToPropertyType
&40;
const FNumericProperty &42; InProperty,
ValueType & InOutValue
&41;
}
Remarks
Clamps the value to the PropertyType, for example if an int64 is requested but the PropertyType is UInt16Property.