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