#include <TaggedComponent.h>
Public Member Functions | |
FTaggedInstancedStaticMeshSceneProxy (UInstancedStaticMeshComponent *Component, ERHIFeatureLevel::Type InFeatureLevel, UMaterialInstance *MaterialInstance) | |
virtual FPrimitiveViewRelevance | GetViewRelevance (const FSceneView *View) const override |
Private Attributes | |
UMaterialInstance * | TaggedMaterialInstance |
Definition at line 70 of file TaggedComponent.h.
FTaggedInstancedStaticMeshSceneProxy::FTaggedInstancedStaticMeshSceneProxy | ( | UInstancedStaticMeshComponent * | Component, |
ERHIFeatureLevel::Type | InFeatureLevel, | ||
UMaterialInstance * | MaterialInstance | ||
) |
Definition at line 273 of file TaggedComponent.cpp.
References TaggedMaterialInstance.
|
overridevirtual |
Definition at line 289 of file TaggedComponent.cpp.
|
private |
Definition at line 78 of file TaggedComponent.h.
Referenced by FTaggedInstancedStaticMeshSceneProxy().