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" |
bool CalcSelectedPrimsAABB
(
FBox & OutBox
) const
Remarks
Calculates the bounding box of our selected primitives True, if there are any prims selected
Parameters
| Name | Description |
|---|---|
| OutBox | The bounding data for our selection |