Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ConvexVolume.h |
| Include | #include "ConvexVolume.h" |
Syntax
struct FOutcode
Remarks
Encapsulates the inside and/or outside state of an intersection test.
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetInside () |
||
| bool | GetOutside () |
||
| void | SetInside
(
bool bNewInside |
||
| void | SetOutside
(
bool bNewOutside |