UEditorEngine::FindActorFactoryForActorClass

Looks for an appropriate actor factory for the specified [UClass](API\Runtime\CoreUObject\UObject\UClass).

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorEngine.h

Include

#include "Editor/EditorEngine.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorEngine.cpp

Syntax

UActorFactory * FindActorFactoryForActorClass
(
    const UClass * InClass
)

Remarks

Looks for an appropriate actor factory for the specified UClass.

Returns

A pointer to the factory to use. NULL if no factories support this class.

Parameters

Parameter

Description

InClass

The class to find the factory for.

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