UActorFactoryNiagara::GetAssetFromActorInstance

Given an instance of an actor pertaining to this factory, find the asset that should be used to create a new actor

Windows
MacOS
Linux

Override Hierarchy

UActorFactory::GetAssetFromActorInstance()

UActorFactoryNiagara::GetAssetFromActorInstance()

References

Module

NiagaraEditor

Header

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

Include

#include "ActorFactoryNiagara.h"

Source

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

Syntax

virtual UObject * GetAssetFromActorInstance
(
    AActor * ActorInstance
)

Remarks

Given an instance of an actor pertaining to this factory, find the asset that should be used to create a new actor

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