UEditorEngine::FindActorFactoryByClass

Looks for an actor factory spawned from the specified class.

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 * FindActorFactoryByClass
(
    const UClass * InClass
) const

Remarks

Looks for an actor factory spawned from the specified class.

Returns

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

Parameters

Parameter

Description

InClass

The factories class to find

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