Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Concept to check if PropertyType has a TCppType
| Name | CPropertyHasTCppType |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
| Include Path | #include "RCTypeTraits.h" |
Syntax
struct CPropertyHasTCppType
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(std::is_same_v< typename PropertyType::TCppType, void >) Requires() |
RCTypeTraits.h |