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