UGeometryCollectionComponent::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

UPrimitiveComponent::CreateSceneProxy()

UGeometryCollectionComponent::CreateSceneProxy()

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/GeometryCollectionComponent.h

Include

#include "GeometryCollection/GeometryCollectionComponent.h"

Source

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Private/GeometryCollection/GeometryCollectionComponent.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.