Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | FNiagaraDeviceProfileStateEntry |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
Syntax
USTRUCT ()
struct FNiagaraDeviceProfileStateEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraDeviceProfileStateEntry() |
NiagaraPlatformSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ProfileName | FName | NiagaraPlatformSet.h |
|
|
| QualityLevelMask | uint32 | The state of each set quality level. | NiagaraPlatformSet.h |
|
| SetQualityLevelMask | uint32 | Which Effects Qualities are set. | NiagaraPlatformSet.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AllDefaulted() |
NiagaraPlatformSet.h | ||
ENiagaraPlatformSelectionState GetState
(
int32 QualityLevel |
NiagaraPlatformSet.h | ||
void SetState
(
int32 QualityLevel, |
NiagaraPlatformSet.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FNiagaraDeviceProfileStateEntry& Other |
NiagaraPlatformSet.h |