Navigation
API > API/Runtime > API/Runtime/PhysicsCore > API/Runtime/PhysicsCore/FCollisionShape
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FCollisionShape MakeBox
(
const FVector& BoxHalfExtent |
Static utility function to make a box | CollisionShape.h | |
static FCollisionShape MakeBox
(
const FVector3f& BoxHalfExtent |
Static utility function to make a box | CollisionShape.h |
MakeBox(const FVector &)
Description
Static utility function to make a box
| Name | MakeBox |
| Type | function |
| Header File | /Engine/Source/Runtime/PhysicsCore/Public/CollisionShape.h |
| Include Path | #include "CollisionShape.h" |
static FCollisionShape MakeBox
(
const FVector & BoxHalfExtent
)
MakeBox(const FVector3f &)
Description
Static utility function to make a box
| Name | MakeBox |
| Type | function |
| Header File | /Engine/Source/Runtime/PhysicsCore/Public/CollisionShape.h |
| Include Path | #include "CollisionShape.h" |
static FCollisionShape MakeBox
(
const FVector3f & BoxHalfExtent
)