UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MemoryFwd.h File Reference

Go to the source code of this file.

Typedefs

using FMemoryView = TMemoryView< const void >
 
using FMutableMemoryView = TMemoryView< void >
 

Typedef Documentation

◆ FMemoryView

using FMemoryView = TMemoryView<const void>

A non-owning view of a contiguous region of memory.

◆ FMutableMemoryView

A non-owning mutable view of a contiguous region of memory.