UHierarchicalInstancedStaticMeshComponent::CreateSceneProxy

Creates a proxy to represent the primitive to the scene manager in the rendering thread.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/HierarchicalInstancedStaticMeshComponent.h

Include

#include "Components/HierarchicalInstancedStaticMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp

Syntax

virtual FPrimitiveSceneProxy * CreateSceneProxy()

Remarks

Creates a proxy to represent the primitive to the scene manager in the rendering thread.

Returns

The proxy object.