Navigation
API > API/Plugins > API/Plugins/NiagaraCore
References
| Module | NiagaraCore |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraCore/Public/NiagaraCore.h |
| Include | #include "NiagaraCore.h" |
Syntax
USTRUCT ()
struct FNiagaraVariableCommonReference
Remarks
A utility class allowing for references to FNiagaraVariableBase outside of the Niagara module.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | ||
| TObjectPtr< UObject > | UnderlyingType |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FNiagaraVariableCommonReference& Other |