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 FNiagaraVariableAttributeBinding
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bBindingExistsOnSource | Determine if this varible is accessible by the associated emitter passed into CacheValues. | |
| TEnumAsByte< ENiagaraBindingSource > | BindingSourceMode | Captures the state of the namespace when the variable is set. | |
| uint8: 1 | bIsCachedParticleValue | When CacheValues is called, was this a particle attribute? | |
| FNiagaraVariable | BoundVariable | Old variable brought in from previous setup. Generally ignored other than postload work. | |
| FName | CachedDisplayName | ||
| FName | DataSetName | The version of the namespace to be found in an attribute table lookup. | |
| FNiagaraVariableBase | ParamMapVariable | The fully expressed namespace for the variable. | |
| FNiagaraVariable | RootVariable | The namespace and default value explicitly set by the user. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraVariable | DataSetVariable_DEPRECATED | The version of the namespace to be found in an attribute table lookup. |