Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
References
Module | RemoteControlCommon |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
Include | #include "RCTypeTraits.h" |
Syntax
namespace TIsStringLikeProperty< PropertyType, typename TEnableIf< std
{
namespace is_same_v< PropertyType, FStrProperty >||std
{
namespace is_same_v< PropertyType, FNameProperty >||std
{
namespace is_same_v< PropertyType, FTextProperty > >
{
template<typename PropertyType>
struct TIsStringLikeProperty< PropertyType, typename TEnableIf< std::is_same_v< PropertyType, FStrProperty >||std::is_same_v< PropertyType, FNameProperty >||std::is_same_v< PropertyType, FTextProperty > >::Type >
}
}
}
}
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
API/Plugins/RemoteControlCommon/TIsStrin-_1 |