Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Description
The utilities below wrap TRemoteControlTypeTraits
Is ValueType supported as a range (protocol input) value?
| Name | RemoteControlTypeUtilities::IsSupportedRangeType |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeUtilities.h |
| Include Path | #include "RCTypeUtilities.h" |
namespace RemoteControlTypeUtilities
{
template<typename PropertyType>
static bool RemoteControlTypeUtilities::IsSupportedRangeType
(
const PropertyType * InProperty
)
}