#include <TaggedComponent.h>
Public Member Functions | |
FTaggedStaticMeshSceneProxy (UStaticMeshComponent *Component, bool bForceLODsShareStaticLighting, UMaterialInstance *MaterialInstance) | |
virtual FPrimitiveViewRelevance | GetViewRelevance (const FSceneView *View) const override |
Private Attributes | |
UMaterialInstance * | TaggedMaterialInstance |
Definition at line 48 of file TaggedComponent.h.
FTaggedStaticMeshSceneProxy::FTaggedStaticMeshSceneProxy | ( | UStaticMeshComponent * | Component, |
bool | bForceLODsShareStaticLighting, | ||
UMaterialInstance * | MaterialInstance | ||
) |
Definition at line 220 of file TaggedComponent.cpp.
References TaggedMaterialInstance.
|
overridevirtual |
Definition at line 235 of file TaggedComponent.cpp.
|
private |
Definition at line 56 of file TaggedComponent.h.
Referenced by FTaggedStaticMeshSceneProxy().