Navigation
API > API/Runtime > API/Runtime/Engine
Encapsulates the inside and/or outside state of an intersection test.
| Name | FOutcode |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ConvexVolume.h |
| Include Path | #include "ConvexVolume.h" |
Syntax
struct FOutcode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOutcode () |
ConvexVolume.h | ||
FOutcode
(
bool bInInside, |
ConvexVolume.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInside | bool | ConvexVolume.h | ||
| bOutside | bool | ConvexVolume.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetInside() |
ConvexVolume.h | ||
bool GetOutside() |
ConvexVolume.h | ||
void SetInside
(
bool bNewInside |
ConvexVolume.h | ||
void SetOutside
(
bool bNewOutside |
ConvexVolume.h |