FNiagaraVariableWithOffset

Windows
MacOS
Linux

Inheritance Hierarchy

FNiagaraVariableBase

FNiagaraVariableWithOffset

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraParameterStore.h

Include

#include "NiagaraParameterStore.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FNiagaraVariableWithOffset : public FNiagaraVariableBase

Variables

Name Description

Public variable UProperty

int32

 

Offset

Constructors

Name Description

Public function

FNiagaraVariableWithOffset()

Those constructor enforce that there are no data allocated.

Public function

FNiagaraVariableWithOffset

(
    const FNiagaraVariableWithOffset& ...
)

Public function

FNiagaraVariableWithOffset

(
    const FNiagaraVariableBase& InVari...,
    int32 InOffset
)

Functions

Name Description

Public function

void

 

PostSerialize

(
    const FArchive& Ar
)

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss