Navigation
API > API/Editor > API/Editor/StaticMeshEditor > API/Editor/StaticMeshEditor/IStaticMeshEditor
References
| Module | StaticMeshEditor |
| Header | /Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h |
| Include | #include "IStaticMeshEditor.h" |
Syntax
struct FPrimData
Remarks
Primitive data use to track which aggregate geometry is selected
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | PrimIndex | ||
| EAggCollisionShape::Type | PrimType |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPrimData
(
EAggCollisionShape::Type InPrimType, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FPrimData& Other |