Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FFourBox > SetBox
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/kDOP.h |
Include | #include "kDOP.h" |
void SetBox
&40;
int32 BoundingVolumeIndex,
const FBox & Box
&41;
Remarks
Sets the box at the passed in index to the passed in box.
Parameters
Name | Description |
---|---|
BoundingVolumeIndex | Index of box to set |
Box | Box to set |