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

UActorFactoryCacheManager::GetAssetFromActorInstance()

References

Module

ChaosCachingEditor

Header

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Public/Chaos/ActorFactoryCacheManager.h

Include

#include "Chaos/ActorFactoryCacheManager.h"

Source

/Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCachingEditor/Private/Chaos/ActorFactoryCacheManager.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