UNiagaraScriptSource::PostLoadFromEmitter

Allows the derived editor only script source to handle a post load requested by an owning emitter.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraScriptSourceBase::PostLoadFromEmitter()

UNiagaraScriptSource::PostLoadFromEmitter()

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraScriptSource.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraScriptSource.cpp

Syntax

virtual void PostLoadFromEmitter
(
    UNiagaraEmitter & OwningEmitter
)

Remarks

Allows the derived editor only script source to handle a post load requested by an owning emitter.

Parameters

Parameter

Description

OwningEmitter

The emitter requesting the post load.

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