Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IPropertyIdHandler.h |
| Include | #include "IPropertyIdHandler.h" |
Syntax
class IPropertyIdHandler
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FProperty * | GetPropertyInsideContainer
(
const FProperty* InProperty |
Get the property inside the container if not inside any container return the property passed | |
| FName | GetPropertySubTypeName
(
const FProperty* InProperty |
Get the Property sub type FName | |
| FName | GetPropertySuperTypeName
(
const FProperty* InProperty |
Get the Property super type FName | |
| EPropertyBagPropertyType | GetPropertyType
(
const FProperty* InProperty |
Get the PropertyBag type of the given property | |
| UObject * | GetPropertyTypeObject
(
const FProperty* InProperty |
Get the Property type Object | |
| bool | IsPropertySupported
(
const FProperty* InProperty |
Whether this PropertyId Handler handles the given Property |