FGlobalDynamicIndexBuffer::Allocate

Helper function to allocate.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderResource.h"

Syntax

template<typename IndexType>
FAllocationEx Allocate
(
    uint32 NumIndices
)

Remarks

Helper function to allocate.

Returns

an FAllocation with information regarding the allocated memory.

Parameters

Parameter

Description

NumIndices

The number of indices to allocate.

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