FAllocation

Information regarding an allocation from this buffer.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "RenderResource.h"

Syntax

struct FAllocation

Remarks

Information regarding an allocation from this buffer.

Variables

Name Description

Public variable

uint8 *

 

Buffer

The location of the buffer in main memory.

Public variable

FVertexBuffer &...

 

VertexBuffer

The vertex buffer to bind for draw calls.

Public variable

uint32

 

VertexOffset

The offset in to the vertex buffer.

Constructors

Name Description

Public function

FAllocation()

Default constructor.

Functions

Name Description

Public function Const

bool

 

IsValid()

Returns true if the allocation is valid.

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