Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor > UEditorEngine
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 |
void ConvertActorsFromClass
&40;
UClass &42; FromClass,
UClass &42; ToClass
&41;
Remarks
Called to convert actors of one class type to another
Parameters
Name | Description |
---|---|
FromClass | The class converting from |
ToClass | The class converting to |