Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/UInterchangeSkeletalMeshActorFac-
Description
Method called in UInterchangeActorFactory::ImportSceneObject_GameThread to allow child class to complete the creation of the actor. This method is expected to return the UOBject to apply the factory node's custom attributes to.
Virtual Inheritance
- UInterchangeActorFactory::ProcessActor → UInterchangeSkeletalMeshActorFactory::ProcessActor
| Name | ProcessActor |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeSkeletalMeshActorFactory.h |
| Include Path | #include "Scene/InterchangeSkeletalMeshActorFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Scene/InterchangeSkeletalMeshActorFactory.cpp |
virtual UObject * ProcessActor
(
class AActor & SpawnedActor,
const UInterchangeActorFactoryNode & FactoryNode,
const UInterchangeBaseNodeContainer & NodeContainer,
const FImportSceneObjectsParams & Params
)