Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Editor/UnrealEdEngine.h |
Include | #include "Editor/UnrealEdEngine.h" |
Syntax
struct FClassMoveInfo
Remarks
Used during asset renaming/duplication to specify class-specific package/group targets.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32: 1 | bActive | If true, this info is applied when moving/duplicating assets. |
![]() |
FString | ClassName | The type of asset this MoveInfo applies to. |
![]() |
FString | GroupName | The target group info which assets of this type are moved/duplicated. |
![]() |
FString | PackageName | The target package info which assets of this type are moved/duplicated. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |