UFuncTestRenderingComponent::CreateSceneProxy

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

Windows
MacOS
Linux

Override Hierarchy

UPrimitiveComponent::CreateSceneProxy()

UFuncTestRenderingComponent::CreateSceneProxy()

References

Module

FunctionalTesting

Header

/Engine/Source/Developer/FunctionalTesting/Classes/FuncTestRenderingComponent.h

Include

#include "FuncTestRenderingComponent.h"

Source

/Engine/Source/Developer/FunctionalTesting/Private/FuncTestRenderingComponent.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.