FOutcode

Encapsulates the inside and/or outside state of an intersection test.

Windows
MacOS
Linux

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

Name Description

Public function

FOutcode()

Public function

FOutcode

(
    bool InInside,
    bool InOutside
)

Functions

Name Description

Public function Const

bool

 

GetInside()

Public function Const

bool

 

GetOutside()

Public function

void

 

SetInside

(
    bool NewInside
)

Public function

void

 

SetOutside

(
    bool NewOutside
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss