Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IDeviceProfileSelectorModule
Description
Find a custom profile selector property value. @Param PropertyType The information requested @Param PropertyValueOUT the value of PropertyType
| Name | GetSelectorPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/IDeviceProfileSelectorModule.h |
| Include Path | #include "IDeviceProfileSelectorModule.h" |
virtual bool GetSelectorPropertyValue
(
const FName & PropertyType,
FString & PropertyValueOUT
)
Whether the PropertyType was recognized by the profile selector.