Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDeviceProfileManager
Description
Read and discover all of the possible fragments referenced by the matching rules. Returns an array containing the names of fragments selected.
| Name | FindAllReferencedFragmentsFromMatchedRules |
| 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 < FString > FindAllReferencedFragmentsFromMatchedRules
(
const FString & ParentDP,
FConfigCacheIni * ConfigSystem
)