FMargin::operator*

Multiply the margin by another margin functioning as the scale.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/Margin.h

Include

#include "Layout/Margin.h"

Syntax

FMargin operator*
(
    const FMargin & InScale
) const

Remarks

Multiply the margin by another margin functioning as the scale.

Returns

An FMargin where each value is scaled by Scale.

Parameters

Parameter

Description

InScale

How much to scale the margin.

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