FGlobalDynamicVertexBuffer::Allocate

Allocates space in the global vertex buffer.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderResource.h

Include

#include "RenderResource.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderResource.cpp

Syntax

FAllocation Allocate
(
    uint32 SizeInBytes
)

Remarks

Allocates space in the global vertex buffer.

Returns

An FAllocation with information regarding the allocated memory.

Parameters

Parameter

Description

SizeInBytes

The amount of memory to allocate in bytes.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss