UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMFloatPrinting.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "HAL/Platform.h"
7#include "VerseVM/VVMFloat.h"
8
9namespace Verse
10{
12{
13 Legacy, // Reproduces the legacy behavior of Verse's ToString function, which is equivalent to printf("%f", Float).
15};
16
18} // namespace Verse
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition StringBuilder.h:79
Definition Archive.h:36
EFloatStringFormat
Definition VVMFloatPrinting.h:12
void AppendDecimalToString(FUtf8StringBuilderBase &Builder, VFloat Float, EFloatStringFormat Format)
Definition VVMFloatPrinting.cpp:25