Navigation
API > API/Runtime > API/Runtime/CoreUObject
Used to represent integer rational numbers in Verse.
| Name | FVerseRational |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMNativeRational.h |
| Include Path | #include "VerseVM/VVMNativeRational.h" |
Syntax
USTRUCT ()
struct FVerseRational
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Denominator | int64 | VerseVM/VVMNativeRational.h | ||
| Numerator | int64 | VerseVM/VVMNativeRational.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVerseRational ReduceAndNormalizeSigns() |
VerseVM/VVMNativeRational.h |