Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommandlet
- UReplaceActorCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/ReplaceActorCommandlet.h |
| Include | #include "Commandlets/ReplaceActorCommandlet.h" |
Syntax
class UReplaceActorCommandlet : public UCommandlet
Remarks
Commandlet for replacing one kind of actor with another kind of actor, copying changed properties from the most-derived common superclass
Constructors
| Type | Name | Description | |
|---|---|---|---|
UReplaceActorCommandlet
(
const FObjectInitializer& ObjectInitializer |