USplineMeshComponent::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/SplineMeshComponent.h

Include

#include "Components/SplineMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.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.