#include <RuntimeMeshCollision.h>
Public Member Functions | |
FRuntimeMeshCollisionBox () | |
FRuntimeMeshCollisionBox (float s) | |
FRuntimeMeshCollisionBox (float InX, float InY, float InZ) | |
Public Attributes | |
FVector | Center |
FVector | Extents |
FRotator | Rotation |
Friends | |
FArchive & | operator<< (FArchive &Ar, FRuntimeMeshCollisionBox &Box) |
Definition at line 74 of file RuntimeMeshCollision.h.
|
inline |
Definition at line 91 of file RuntimeMeshCollision.h.
|
inline |
Definition at line 99 of file RuntimeMeshCollision.h.
|
inline |
Definition at line 107 of file RuntimeMeshCollision.h.
|
friend |
Definition at line 116 of file RuntimeMeshCollision.h.
FVector FRuntimeMeshCollisionBox::Center |
Position of the box's origin
Definition at line 80 of file RuntimeMeshCollision.h.
FVector FRuntimeMeshCollisionBox::Extents |
Extents of the box
Definition at line 88 of file RuntimeMeshCollision.h.
FRotator FRuntimeMeshCollisionBox::Rotation |
Rotation of the box
Definition at line 84 of file RuntimeMeshCollision.h.