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 void SetSelectorProperties
(
const TMap < FName , FString > & SelectorProperties
)
Remarks
Set or override the selector specific properties.
Parameters
| Name | Description |
|---|---|
| SelectorProperties | A map of parameters to be used by device profile matching logic. |