Go to the source code of this file.
|
| constexpr bool | Verse::IsCellFormat (EValueStringFormat Format) |
| |
| COREUOBJECT_API void | Verse::AppendToString (VCell *Cell, FUtf8StringBuilderBase &Builder, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |
| COREUOBJECT_API void | Verse::AppendToString (VValue Value, FUtf8StringBuilderBase &Builder, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |
| COREUOBJECT_API FUtf8String | Verse::ToString (VCell *Cell, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |
| COREUOBJECT_API FUtf8String | Verse::ToString (VValue Value, FAllocationContext Context, EValueStringFormat Format, uint32 RecursionDepth=0) |
| |