FSlateRect::IsRectangleContained

Is rectangle B contained within rectangle A?

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Layout/SlateRect.h"

Syntax

static bool IsRectangleContained
(
    const FSlateRect & A,
    const FSlateRect & B
)

Remarks

Is rectangle B contained within rectangle A?

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