FRDGBarrierBatchEnd

Windows
MacOS
Linux

Inheritance Hierarchy

FRDGBarrierBatch

FRDGBarrierBatchEnd

References

Module

RenderCore

Header

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

Include

#include "RenderGraphPass.h"

Syntax

class FRDGBarrierBatchEnd : public FRDGBarrierBatch

Constructors

Name Description

Public function

FRDGBarrierBatchEnd

(
    const FRDGPass* InPass,
    const TCHAR* InName
)

Destructors

Name Description

Public function

~FRDGBarrierBatchEnd()

Functions

Name Description

Public function

void

 

AddDependency

(
    FRDGBarrierBatchBegin* BeginBa...
)

Inserts a dependency on a begin batch. A begin batch can be inserted into more than one end batch.

Public function

void

 

ReserveMemory

(
    uint32 ExpectedDependencyCount
)

Public function

void

 

Submit

(
    FRHIComputeCommandList& RHICmdList
)

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