ULevelVariantSetsActorFactory::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()

ULevelVariantSetsActorFactory::GetAssetFromActorInstance()

References

Module

VariantManagerContentEditor

Header

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContentEditor/Public/LevelVariantSetsActorFactory.h

Include

#include "LevelVariantSetsActorFactory.h"

Source

/Engine/Plugins/Enterprise/VariantManagerContent/Source/VariantManagerContentEditor/Private/LevelVariantSetsActorFactory.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