FNiagaraEmitterHandleViewModel::Initialize

Initializes the emitter editor view model with the supplied emitter handle and simulation.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraEmitterHandleViewModel.h

Include

#include "ViewModels/NiagaraEmitterHandleViewModel.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraEmitterHandleViewModel.cpp

Syntax

void Initialize
(
    TSharedRef< FNiagaraSystemViewModel > InOwningSystemViewModel,
    FNiagaraEmitterHandle * InEmitterHandle,
    TWeakPtr< FNiagaraEmitterInstance, ESPMode::ThreadSafe > InSimulation
)

Remarks

Initializes the emitter editor view model with the supplied emitter handle and simulation.

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