FAllocationEx

Information data with usage details to avoid passing around parameters.

Windows
MacOS
Linux

Inheritance Hierarchy

FGlobalDynamicIndexBuffer::FAllocation

FGlobalDynamicIndexBuffer::FAllocationEx

References

Module

RenderCore

Header

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

Include

#include "RenderResource.h"

Syntax

struct FAllocationEx : public FGlobalDynamicIndexBuffer::FAllocation

Remarks

Information data with usage details to avoid passing around parameters.

Variables

Name Description

Public variable

uint32

 

IndexStride

The allocation stride (2 or 4 bytes).

Public variable

uint32

 

MaxUsedIndex

The maximum value of the indices used.

Public variable

uint32

 

NumIndices

The number of indices allocated.

Constructors

Name Description

Public function

FAllocationEx()

Public function

FAllocationEx

(
    const FAllocation& InRef,
    uint32 InNumIndices,
    uint32 InIndexStride
)

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