Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include | #include "NiagaraCommon.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraCompileDependency
Remarks
Records necessary information to verify that this will link properly and trace where that linkage dependency exists.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDependentVariableFromCustomIterationNamespace | ||
| FNiagaraVariableBase | DependentVariable | The variable we are dependent on. | |
| FString | LinkerErrorMessage | The message itself | |
| FGuid | NodeGuid | The node guid that generated the compile event | |
| FGuid | PinGuid | The pin persistent id that generated the compile event | |
| TArray< FGuid > | StackGuids | The compile stack frame of node id's |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraCompileDependency
(
const FNiagaraVariableBase& InVar, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FNiagaraCompileDependency& Other |
||
| bool | operator==
(
const FNiagaraCompileDependency& Other |