Navigation
API > API/Editor > API/Editor/StaticMeshEditor
| Name | FMergeStaticMeshActorsOptions |
| Type | struct |
| Header File | /Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorSubsystemHelpers.h |
| Include Path | #include "StaticMeshEditorSubsystemHelpers.h" |
Syntax
USTRUCT (BlueprintType )
struct FMergeStaticMeshActorsOptions : public FJoinStaticMeshActorsOptions
Inheritance Hierarchy
- FJoinStaticMeshActorsOptions → FMergeStaticMeshActorsOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMergeStaticMeshActorsOptions() |
StaticMeshEditorSubsystemHelpers.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BasePackageName | FString | The package path you want to save to. ie: /Game/MyFolder. | StaticMeshEditorSubsystemHelpers.h |
|
| bSpawnMergedActor | bool | Spawn the new merged actors. | StaticMeshEditorSubsystemHelpers.h |
|
| MeshMergingSettings | FMeshMergingSettings | StaticMeshEditorSubsystemHelpers.h |
|