ERangeBoundTypes::Type

Enumerates the valid types of range bounds.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RangeBound.h"

Syntax

namespace ERangeBoundTypes
{
    enum Type
    {
        Exclusive,
        Inclusive,
        Open,
    }
}

Values

Name

Description

Exclusive

The range excludes the bound.

Inclusive

The range includes the bound.

Open

The bound is open.

Remarks

Enumerates the valid types of range bounds.

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