UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ERangeBoundTypes Namespace Reference

Enumerations

enum  Type { Exclusive , Inclusive , Open }
 

Enumeration Type Documentation

◆ Type

Enumerates the valid types of range bounds.

Enumerator
Exclusive 

The range excludes the bound.

Inclusive 

The range includes the bound.

Open 

The bound is open.