FConvexVolume::FConvexVolume

Builds the set of planes used to clip against.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ConvexVolume.h

Include

#include "ConvexVolume.h"

Syntax

FConvexVolume
(
    const TArray< FPlane, TInlineAllocator< 6 >> & InPlanes
)

Remarks

Builds the set of planes used to clip against. Also, puts the planes into a form more readily used by SSE/Altivec so 4 planes can be clipped against at once.

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