Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraMergeable
- UNiagaraDataInterfaceBase
- UNiagaraDataInterface
- UNiagaraDataInterfaceRWBase
- UNiagaraDataInterfaceArray
- UNiagaraDataInterfaceArrayFloat4
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;"Vector 4 Array"&41;,
Blueprintable, BlueprintType, MinimalAPI&41;
class UNiagaraDataInterfaceArrayFloat4 : public UNiagaraDataInterfaceArray
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector4f > & | |||
| void | SetVariantArrayData
(
TConstArrayView< TFromArrayType > InArrayData |
||
| void | SetVariantArrayValue
(
int Index, |
Overridden from UNiagaraDataInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | CopyToInternal
(
UNiagaraDataInterface* Destination |
||
| bool | Equals
(
const UNiagaraDataInterface* Other |
Determines if this DataInterface is the same as another. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. | ||
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Typedefs
| Name | Description |
|---|---|
| FProxyType |