FVertexFactory::GetStaticBatchElementVisibility

Get a bitmask representing the visibility of each [FMeshBatch](API\Runtime\Engine\FMeshBatch) element.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "VertexFactory.h"

Syntax

virtual uint64 GetStaticBatchElementVisibility
(
    const class FSceneView & View,
    const struct FMeshBatch * Batch,
    const void * InViewCustomData
) const

Remarks

Get a bitmask representing the visibility of each FMeshBatch element. [FMeshBatch.bRequiresPerElementVisibility](API\Runtime\Engine\FMeshBatch\bRequiresPerElementVisibility) must be set for this to be called.

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