![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <JSON.h>
Static Public Member Functions | |
| static void * | Malloc (size_t Size) |
| static void * | Realloc (void *OriginalPtr, size_t OriginalSize, size_t NewSize) |
| static void | Free (void *Ptr) |
Custom allocator class that routes RapidJSON allocations through the uLang memory interface
|
inlinestatic |