FPlane::FPlane

Constructor.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Plane.h

Include

#include "Math/Plane.h"

Syntax

FPlane
(
    float InX,
    float InY,
    float InZ,
    float InW
)

Remarks

Constructor.

Parameters

Parameter

Description

InX

X-coefficient.

InY

Y-coefficient.

InZ

Z-coefficient.

InW

W-coefficient.

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