UNiagaraEmitter::CreateWithParentAndOwner

Creates a new emitter with the supplied emitter as a parent emitter and the supplied system as its owner.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h

Include

#include "NiagaraEmitter.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitter.cpp

Syntax

static UNiagaraEmitter * CreateWithParentAndOwner
(
    UNiagaraEmitter & InParentEmitter,
    UObject * InOwner,
    FName InName,
    EObjectFlags FlagMask
)

Remarks

Creates a new emitter with the supplied emitter as a parent emitter and the supplied system as its owner.

Creates a new emitter with the supplied emitter as a parent emitter and the supplied system as it's owner.

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