Navigation
API > API/Plugins > API/Plugins/Niagara
| |
|
| Name |
FNiagaraPlatformSetEnabledStateDetails |
| Type |
struct |
| Header File |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path |
#include "NiagaraPlatformSet.h" |
Syntax
struct FNiagaraPlatformSetEnabledStateDetails
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AvailableQualityMask |
int32 |
|
NiagaraPlatformSet.h |
|
| DefaultQualityMask |
int32 |
|
NiagaraPlatformSet.h |
|
| ReasonsForDisabled |
TArray< FText > |
Provide reasons why this profile could never be active. |
NiagaraPlatformSet.h |
|
| ReasonsForInActive |
TArray< FText > |
Provide reasons why this profile is not currently active. |
NiagaraPlatformSet.h |
|