Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | UNiagaraDataInterfaceArrayFloat2 |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceArrayFloat.h |
| Include Path | #include "NiagaraDataInterfaceArrayFloat.h" |
Syntax
UCLASS (EditInlineNew, Category="Array", CollapseCategories, Meta=(DisplayName="Vector 2D Array"),
Blueprintable, BlueprintType, MinimalAPI)
class UNiagaraDataInterfaceArrayFloat2 : public UNiagaraDataInterfaceArray
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraNotifyOnChanged → UNiagaraDataInterfaceBase → UNiagaraDataInterface → UNiagaraDataInterfaceRWBase → UNiagaraDataInterfaceArray → UNiagaraDataInterfaceArrayFloat2
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FProxyType | FNDIArrayProxyImpl< FVector2f, UNiagaraDataInterfaceArrayFloat2 > | NiagaraDataInterfaceArrayFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FloatData | TArray< FVector2D > | NiagaraDataInterfaceArrayFloat.h |
|
|
| InternalFloatData | TArray< FVector2f > | NiagaraDataInterfaceArrayFloat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FVector2f > & GetArrayReference () |
NiagaraDataInterfaceArrayFloat.h | ||
TArray< FVector2f > & GetArrayReference () |
NiagaraDataInterfaceArrayFloat.h | ||
void SetVariantArrayData
(
TConstArrayView< TFromArrayType > InArrayData |
NiagaraDataInterfaceArrayFloat.h | ||
void SetVariantArrayValue
(
int Index, |
NiagaraDataInterfaceArrayFloat.h |
Overridden from UNiagaraDataInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CopyToInternal
(
UNiagaraDataInterface* Destination |
NiagaraDataInterfaceArrayFloat.h | ||
virtual bool Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. | NiagaraDataInterfaceArrayFloat.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
NiagaraDataInterfaceArrayFloat.h | ||
virtual void PostInitProperties() |
NiagaraDataInterfaceArrayFloat.h | ||
virtual void PostLoad() |
NiagaraDataInterfaceArrayFloat.h |