![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VerseVM/VVMFloat.h"#include "Templates/TypeCompatibleBytes.h"#include <cfloat>#include <cstdint>#include <cstring>Namespaces | |
| namespace | Verse |
Functions | |
| VFloat | Verse::operator- (VFloat Operand) |
| VFloat | Verse::operator+ (VFloat Left, VFloat Right) |
| VFloat | Verse::operator- (VFloat Left, VFloat Right) |
| VFloat | Verse::operator* (VFloat Left, VFloat Right) |
| VFloat | Verse::operator/ (VFloat Left, VFloat Right) |
| bool | Verse::operator== (VFloat Left, VFloat Right) |
| bool | Verse::operator< (VFloat Left, VFloat Right) |
| bool | Verse::operator<= (VFloat Left, VFloat Right) |