Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfaceRWBase
- UNiagaraDataInterfaceArray
- UNiagaraDataInterfaceArrayFloat
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;"Float Array"&41;,
Blueprintable, BlueprintType, MinimalAPI&41;
class UNiagaraDataInterfaceArrayFloat : public UNiagaraDataInterfaceArray
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TArray< float > | FloatData |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< float > & | ||
![]() |
void | SetVariantArrayData
(
TConstArrayView< TFromArrayType > InArrayData |
|
![]() |
void | SetVariantArrayValue
(
int Index, |
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 |