Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Wrapper struct for tracking parameters that are reserved by parameter definitions assets.
| Name | FReservedParameter |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorModule.h |
| Include Path | #include "NiagaraEditorModule.h" |
Syntax
USTRUCT ()
struct FReservedParameter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraEditorModule.h | |||
FReservedParameter
(
const FNiagaraVariableBase& InParameter, |
NiagaraEditorModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Parameter | FNiagaraVariableBase | NiagaraEditorModule.h |
|
|
| ReservingDefinitionsAsset | TObjectPtr< UNiagaraParameterDefinitions > | NiagaraEditorModule.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FNiagaraVariableBase & GetParameter() |
NiagaraEditorModule.h | ||
const UNiagaraParameterDefinitions * GetReservingDefinitionsAsset() |
NiagaraEditorModule.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FReservedParameter& Other |
NiagaraEditorModule.h |