RemoteControlTypeUtilities::GetClampedValue

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

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

Include

#include "RCTypeUtilities.h"

Syntax

namespace RemoteControlTypeUtilities
{
    template<class Func, class PropertyType, class ValueType>
    static ValueType RemoteControlTypeUtilities::GetClampedValue
    (
        Func InFunc,
        const PropertyType * InProperty,
        ValueType InValue,
        const TArray< FName > & InMetaKeys
    )
}

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