UE Data formatters done.

This commit is contained in:
2026-04-21 01:00:45 -04:00
parent 0d607ba277
commit 9787522ef6
2 changed files with 87 additions and 14 deletions

View File

@@ -50,6 +50,8 @@ public:
Sparse.Add(TEXT("delta"));
Sparse.RemoveAt(BetaIdx);
TTuple<int32, FString, float, bool, FName> Tuple(1, TEXT("hello"), 3.14f, true, FName("world"));
// Set a breakpoint on the following line to inspect Map, Bits, and Sparse.
WingOut::Stdout.Printf(TEXT("Test_TMaps: Map has %d entries, Bits has %d bits, Sparse has %d entries.\n"),
Map.Num(), Bits.Num(), Sparse.Num());