Draw

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

Draw

(
    FRHICommandList& RHICmdList,
    const FMeshPassProcessorRenderState...,
    ERHIFeatureLevel::Type FeatureLevel,
    bool bNeedToSwitchVerticalAxis,
    const FSceneView& View,
    bool bHitTesting,
    float Gamma,
    EBlendModeFilter::Type Filter
)

Draws the batch

Public function Const

bool

 

Draw

(
    FRHICommandList& RHICmdList,
    const FMeshPassProcessorRenderState...,
    ERHIFeatureLevel::Type FeatureLevel,
    bool bNeedToSwitchVerticalAxis,
    const FMatrix& Transform,
    uint32 ViewportSizeX,
    uint32 ViewportSizeY,
    bool bHitTesting,
    float Gamma,
    const FSceneView* View,
    EBlendModeFilter::Type Filter
)

  1. Use the FBatchedElements::Draw method that takes a non-optional FSceneView parameter instead

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