Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDeviceProfileManager
Description
Return the selected fragment property from the currently active device profile. null if the tag is not found.
| Name | GetActiveDeviceProfileFragmentByTag |
| 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 FSelectedFragmentProperties * GetActiveDeviceProfileFragmentByTag
(
FName & FragmentTag
) const