Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDeviceProfileManager
Description
Get a string containing the current matched fragment list.
e.g. "Fragment1,Fragment2,[tag]Fragment3"
| Name | GetActiveDeviceProfileMatchedFragmentsString |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/DeviceProfiles/DeviceProfileManager.h |
| Include Path | #include "DeviceProfiles/DeviceProfileManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DeviceProfiles/DeviceProfileManager.cpp |
const FString GetActiveDeviceProfileMatchedFragmentsString
(
bool bEnabledOnly,
bool bIncludeTags,
bool bAlphaSort
)
csv string of the current matched fragments.
Parameters
| Name | Remarks |
|---|---|
| bEnabledOnly | Only Enabled fragments will be present in the returned string. |
| bIncludeTags | If true the Fragment string will include the tag. |
| bAlphaSort | If true the Fragments will be in alphabetical order as opposed to application order. |