Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/FBaseDynamicMeshSceneProxy
Description
FBaseDynamicMeshSceneProxy implementation If EngineShowFlags request vertex color rendering, returns the appropriate vertex color override material's render proxy. Otherwise returns nullptr.
| Name | GetEngineVertexColorMaterialProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/Components/BaseDynamicMeshSceneProxy.h |
| Include Path | #include "Components/BaseDynamicMeshSceneProxy.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/Components/BaseDynamicMeshSceneProxy.cpp |
static FMaterialRenderProxy * GetEngineVertexColorMaterialProxy
(
FMeshElementCollector & Collector,
const FEngineShowFlags & EngineShowFlags,
bool bProxyIsSelected,
bool bIsHovered
)