Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDeviceProfileManager
Description
Read and process all of the fragment matching rules. Returns an array containing the names of fragments selected.
| Name | FindMatchingFragments |
| 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/DeviceProfileMatching.cpp |
static TArray < FSelectedFragmentProperties > FindMatchingFragments
(
const FString & ParentDP,
class FConfigCacheIni * PreviewConfigSystem
)