UUnrealEdEngine::edactReplaceClassWithClass

Replace all actors of the specified source class with actors of the destination class.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "Editor/UnrealEdEngine.h"

Source

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

Syntax

virtual void edactReplaceClassWithClass
(
    UWorld * InWorld,
    UClass * SrcClass,
    UClass * DstClass
)

Remarks

Replace all actors of the specified source class with actors of the destination class.

Parameters

Parameter

Description

InWorld

World context

SrcClass

The class of actors to replace.

DstClass

The class to replace with.

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