FNiagaraHistoryVariable

Helper struct for handling tracked variable metadata and aliases from histories.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterMapHistory.h

Include

#include "NiagaraParameterMapHistory.h"

Syntax

struct FNiagaraHistoryVariable

Remarks

Helper struct for handling tracked variable metadata and aliases from histories.

Variables

Name Description

Public variable

bool

 

bDoNotDemote

Used to track whether this history variable should not be demoted during pre-compilation.

Public variable

const FNiagaraS...

 

StaticVarMetaData

Public variable

FNiagaraVariabl...

 

Var

Public variable

const FNiagaraV...

 

VarMetaData

Public variable

const FNiagaraV...

 

VarWithOriginalAlias

Constructors

Name Description

Public function

FNiagaraHistoryVariable

(
    FNiagaraVariable* InVar,
    const FNiagaraVariable* InVarW...,
    const FNiagaraVariableMetaData& In...
)

Functions

Name Description

Public function

void

 

SetVarWithOriginalAliasName

(
    const FName& NewName
)

Use carefully, implemented to fixup names of module namespace parameters that alias with other parameters in same scope.

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