Navigation
API > API/Plugins > API/Plugins/Niagara
Allows us to replace a specific device profile usage condition in all NiagaraPlatformSets. Helpful when dealing with changes to device profile structure.
| Name | FNiagaraPlatformSetRedirect |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraPlatformSet.h |
| Include Path | #include "NiagaraPlatformSet.h" |
Syntax
USTRUCT ()
struct FNiagaraPlatformSetRedirect
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNiagaraPlatformSetRedirect() |
NiagaraPlatformSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CVarConditionDisabled | FNiagaraPlatformSetCVarCondition | When in CVar mode, the CVar condition to replace this device profile entry with when the profile entry is in the Disabled state. | NiagaraPlatformSet.h |
|
| CVarConditionEnabled | FNiagaraPlatformSetCVarCondition | When in CVar mode, the CVar condition to replace this device profile entry with when the profile entry is in the Enabled state. | NiagaraPlatformSet.h |
|
| Mode | ENiagaraDeviceProfileRedirectMode | NiagaraPlatformSet.h |
|
|
| ProfileNames | TArray< FName > | The names of any device profile entry that will apply this redirect. | NiagaraPlatformSet.h |
|
| RedirectProfileName | FName | When in Device Profile mode, the name of the device profile to redirect to. | NiagaraPlatformSet.h |
|