FDynamicAllocReadBuffer

Windows
MacOS
Linux

Inheritance Hierarchy

FReadBuffer

FDynamicReadBuffer

FDynamicAllocReadBuffer

References

Module

RenderCore

Header

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

Include

#include "DynamicBufferAllocator.h"

Syntax

struct FDynamicAllocReadBuffer : public FDynamicReadBuffer

Variables

Name Description

Public variable

int32

 

AllocatedByteCount

Public variable

int32

 

NumFramesUnused

Number of successive frames for which AllocatedByteCount == 0.

Public variable

TArray< FShader...

 

SubAllocations

Functions

Name Description

Public function

void

 

Lock()

Public function

void

 

Unlock()

Unocks the buffer so the GPU may read from it.

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