Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraScriptSource
- 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 |
virtual void PostLoadFromEmitter
&40;
FVersionedNiagaraEmitter OwningEmitter
&41;
Remarks
Allows the derived editor only script source to handle a post load requested by an owning emitter.
Parameters
Name | Description |
---|---|
OwningEmitter | The emitter requesting the post load. |