UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FOutcode Struct Reference

#include <ConvexVolume.h>

Public Member Functions

 FOutcode ()
 
 FOutcode (bool bInInside, bool bInOutside)
 
void SetInside (bool bNewInside)
 
void SetOutside (bool bNewOutside)
 
bool GetInside () const
 
bool GetOutside () const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FOutcode() [1/2]

FOutcode::FOutcode ( )
inline

◆ FOutcode() [2/2]

FOutcode::FOutcode ( bool  bInInside,
bool  bInOutside 
)
inline

Member Function Documentation

◆ GetInside()

bool FOutcode::GetInside ( ) const
inline

◆ GetOutside()

bool FOutcode::GetOutside ( ) const
inline

◆ SetInside()

void FOutcode::SetInside ( bool  bNewInside)
inline

◆ SetOutside()

void FOutcode::SetOutside ( bool  bNewOutside)
inline

The documentation for this struct was generated from the following file: