Apparatus Version 1.23
ECS data-oriented workflow for Unreal Engine.
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
FMoreMemory Struct Reference

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.
 

Detailed Description

Additional utilities for Unreal Engine's memory handling.

Member Function Documentation

◆ Memcmp()

template<typename T >
static int32 FMoreMemory::Memcmp ( const T RefA,
const T RefB 
)
inlinestatic

Type-safe memory comparison.

◆ Memswap()

template<typename T >
static void FMoreMemory::Memswap ( T RefA,
T RefB 
)
inlinestatic

Type-safe memory swapping.


The documentation for this struct was generated from the following file: