FPlane::operator*=

Scale this plane.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Syntax

FPlane operator*=
(
    float Scale
)

Remarks

Scale this plane.

Returns

Copy of plane after scaling.

Parameters

Parameter

Description

Scale

The scaling factor.

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