RemoteControlTypeUtilities::IsSupportedMappingType

Is ValueType supported as a mapping (property output) value?

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

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

Include

#include "RCTypeUtilities.h"

Syntax

namespace RemoteControlTypeUtilities
{
    template<typename PropertyType>
    static bool RemoteControlTypeUtilities::IsSupportedMappingType
    (
        const PropertyType * InProperty
    )
}

Remarks

Is ValueType supported as a mapping (property output) value?

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