FCompositeBuffer::Mid

Returns the middle part of the buffer by taking the size starting at the offset.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Memory/CompositeBuffer.h

Include

#include "Memory/CompositeBuffer.h"

Source

/Engine/Source/Runtime/Core/Private/Memory/CompositeBuffer.cpp

Syntax

FCompositeBuffer Mid
(
    uint64 Offset,
    uint64 Size
) const

Remarks

Returns the middle part of the buffer by taking the size starting at the offset.