Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorFactory
- UActorFactoryNiagara
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ActorFactoryNiagara.h |
Include | #include "ActorFactoryNiagara.h" |
Syntax
UCLASS&40;MinimalAPI, Config&61;Editor, CollapseCategories, HideCategories&61;Object&41;
class UActorFactoryNiagara : public UActorFactory
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UActorFactoryNiagara
(
const FObjectInitializer& ObjectInitializer |
UActorFactoryNiagara ///. |
Overridden from UActorFactory
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | CanCreateActorFrom
(
const FAssetData& AssetData, |
|
![]() ![]() |
UObject * | GetAssetFromActorInstance
(
AActor* ActorInstance |
Given an instance of an actor, find the wrapped asset object which can be used to create a valid FAssetData. |
![]() ![]() |
void | PostCreateBlueprint
(
UObject* Asset, |
Override this in derived factory classes if needed. |
![]() ![]() |
void | PostSpawnActor
(
UObject* Asset, |
Subclasses may implement this to modify the actor after it has been spawned IMPORTANT: If you override this, you should usually also override PostCreateBlueprint()! |