Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponentRendererProperties.h |
| Include | #include "NiagaraComponentRendererProperties.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraComponentPropertyBinding
Variables
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraVariableAttributeBinding | AttributeBinding | ||
| FName | MetadataSetterName | (Optional) name of the property setter as defined in the metadata | |
| FName | PropertyName | Actual name of the property we are bound to | |
| TMap< FString, FString > | PropertySetterParameterDefaults | (Optional) If we have a setter with more than one parameter, this holds the default values of any optional function parameters | |
| FNiagaraTypeDefinition | PropertyType | Type of the target property (used for auto-conversion) |