DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UDrawFrustumComponent

UPrimitiveComponent > USceneComponent > UActorComponent > UObject

Utility component for drawing a view frustum. Origin is at the component location, frustum points down position X axis.

Member Type Offset Share
FrustumColor

Color to draw the wireframe frustum.

FColor 0x450
FrustumAngle

Angle of longest dimension of view shape. If the angle is 0 then an orthographic projection is used

float 0x454
FrustumAspectRatio

Ratio of horizontal size over vertical size.

float 0x458
FrustumStartDist

Distance from origin to start drawing the frustum.

float 0x45c
FrustumEndDist

Distance from origin to stop drawing the frustum.

float 0x460
Texture

Optional texture to show on the near plane

UTexture* 0x468