Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IPropertyIdHandler
Description
Get the Property super type FName ex: Object/Struct/Enum or the primitive type if it is a primitive property (float/bool/etc...)
| Name | GetPropertySuperTypeName |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IPropertyIdHandler.h |
| Include Path | #include "IPropertyIdHandler.h" |
FName GetPropertySuperTypeName
(
const FProperty * InProperty
) const