Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfaceRWBase
- UNiagaraDataInterfaceArray
- UNiagaraDataInterfaceArrayPosition
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceArrayFloat.h |
| Include | #include "NiagaraDataInterfaceArrayFloat.h" |
Syntax
UCLASS&40;EditInlineNew, Category&61;"Array", CollapseCategories, Meta&61;&40;DisplayName&61;"Position Array"&41;,
Blueprintable, BlueprintType, MinimalAPI&41;
class UNiagaraDataInterfaceArrayPosition : public UNiagaraDataInterfaceArray
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FNiagaraPosition > | PositionData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FNiagaraPosition > & | |||
| void | SetVariantArrayData
(
TConstArrayView< TFromArrayType > InArrayData |
||
| void | SetVariantArrayValue
(
int Index, |
Overridden from UNiagaraDataInterface
| Type | Name | Description | |
|---|---|---|---|
| void | DrawDebugHud
(
FNDIDrawDebugHudContext& DebugHudContext |
Override this function to provide additional context to the debug HUD. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Typedefs
| Name | Description |
|---|---|
| FProxyType |