Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UModel
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Model.h |
| Include | #include "Model.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ModelCollision.cpp |
void GetNodeBoundingBox
&40;
const FBspNode & Node,
FBox & OutBox
&41; const
Remarks
Creates a bounding box for the passed in node
Parameters
| Name | Description |
|---|---|
| Node | Node to create a bounding box for |
| OutBox | The created box |