Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | TIntOrInfinity |
| Type | struct |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/IntOrInfinity.h |
| Include Path | #include "uLang/Semantics/IntOrInfinity.h" |
Syntax
template<EInfinitySign InfinitySign>
struct TIntOrInfinity
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Semantics/IntOrInfinity.h | |||
TIntOrInfinity
(
int64_t InFiniteInt |
uLang/Semantics/IntOrInfinity.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaybeFiniteInt | TOptional< int64_t > | uLang/Semantics/IntOrInfinity.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64_t GetFiniteInt() |
uLang/Semantics/IntOrInfinity.h | ||
bool IsFinite() |
uLang/Semantics/IntOrInfinity.h | ||
bool IsInfinity() |
uLang/Semantics/IntOrInfinity.h | ||
bool IsSafeToNegate() |
uLang/Semantics/IntOrInfinity.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TIntOrInfinity Infinity() |
uLang/Semantics/IntOrInfinity.h |