Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | UNiagaraDataInterfaceArrayFloat4 |
| 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 4 Array"),
Blueprintable, BlueprintType, MinimalAPI)
class UNiagaraDataInterfaceArrayFloat4 : public UNiagaraDataInterfaceArray
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraNotifyOnChanged → UNiagaraDataInterfaceBase → UNiagaraDataInterface → UNiagaraDataInterfaceRWBase → UNiagaraDataInterfaceArray → UNiagaraDataInterfaceArrayFloat4
Implements Interfaces
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FProxyType | FNDIArrayProxyImpl< FVector4f, UNiagaraDataInterfaceArrayFloat4 > | NiagaraDataInterfaceArrayFloat.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FloatData | TArray< FVector4 > | NiagaraDataInterfaceArrayFloat.h |
|
|
| InternalFloatData | TArray< FVector4f > | NiagaraDataInterfaceArrayFloat.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FVector4f > & GetArrayReference () |
NiagaraDataInterfaceArrayFloat.h | ||
TArray< FVector4f > & 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 |