FMeshBatchAndRelevance

A reference to a mesh batch that is added to the collector, together with some cached relevance flags.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneManagement.h

Include

#include "SceneManagement.h"

Syntax

struct FMeshBatchAndRelevance

Remarks

A reference to a mesh batch that is added to the collector, together with some cached relevance flags.

Variables

Name Description

Public variable

const FMeshBatc...

 

Mesh

Public variable

const FPrimitiv...

 

PrimitiveSceneProxy

The render info for the primitive which created this mesh, required.

Constructors

Name Description

Public function

FMeshBatchAndRelevance

(
    const FMeshBatch& InMesh,
    const FPrimitiveSceneProxy* In...,
    ERHIFeatureLevel::Type FeatureLevel
)

Functions

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