FNiagaraPlatformSet::GetOverridenDeviceProfiles

Fill OutProfiles with all device profiles that have been overridden at the passed QualityLevel.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h

Include

#include "NiagaraPlatformSet.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraPlatformSet.cpp

Syntax

void GetOverridenDeviceProfiles
(
    int32 QualityLevel,
    TArray< UDeviceProfile * > & OutEnabledProfiles,
    TArray< UDeviceProfile * > & OutDisabledProfiles
) const

Remarks

Fill OutProfiles with all device profiles that have been overridden at the passed QualityLevel.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss