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