| FNiagaraVariableBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
Include |
#include "NiagaraTypes.h" |
USTRUCT(BlueprintType)
struct FNiagaraVariable : public FNiagaraVariableBase
Name | Description | |
---|---|---|
|
FNiagaraVariable() |
|
|
FNiagaraVariable ( |
|
|
FNiagaraVariable ( |
|
|
FNiagaraVariable ( |
Name | Description | ||
---|---|---|---|
|
void |
AllocateData() |
Var data operations. |
|
void |
ClearData() |
|
|
void |
CopyTo ( |
|
|
int32 |
GetAllocatedSizeInBytes() |
|
|
uint8 * |
GetData() |
|
|
const uint8 ... |
GetData() |
|
|
GetValue() |
||
|
bool |
GetValue() |
|
|
bool |
HoldsSameData ( |
Checks if the types match and either both variables are uninitialized or both hold exactly the same data. |
|
bool |
IsDataAllocated() |
|
|
void |
PostSerialize ( |
|
|
int32 |
SearchArrayForPartialNameMatch ( |
|
|
bool |
Serialize ( |
|
|
void |
SetData ( |
|
|
void |
SetValue ( |
|
|
void |
SetValue ( |
|
|
ToString() |
Name | Description | ||
---|---|---|---|
|
bool |
operator!= ( |
Check if Name and Type definition are not the same. The actual stored value is not checked here. |
|
bool |
operator== ( |
Check if Name and Type definition are the same. The actual stored value is not checked here. |
|
bool |
operator== ( |
Check if Name and Type definition are the same. The actual stored value is not checked here. |