Apparatus
Version 1.23
ECS data-oriented workflow for Unreal Engine.
|
Additional utilities for Unreal Engine's memory handling. More...
#include <UnrealMemory.h>
Static Public Member Functions | |
template<typename T > | |
static void | Memswap (T &RefA, T &RefB) |
Type-safe memory swapping. | |
template<typename T > | |
static int32 | Memcmp (const T &RefA, const T &RefB) |
Type-safe memory comparison. | |
Additional utilities for Unreal Engine's memory handling.
|
inlinestatic |
Type-safe memory comparison.
Type-safe memory swapping.