UFuncTestRenderingComponent::ShouldRecreateProxyOnUpdateTransform

Determines whether the proxy for this primitive type needs to be recreated whenever the primitive moves.

Windows
MacOS
Linux

Override Hierarchy

UPrimitiveComponent::ShouldRecreateProxyOnUpdateTransform()

UFuncTestRenderingComponent::ShouldRecreateProxyOnUpdateTransform()

References

Module

FunctionalTesting

Header

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

Include

#include "FuncTestRenderingComponent.h"

Syntax

virtual bool ShouldRecreateProxyOnUpdateTransform() const

Remarks

Determines whether the proxy for this primitive type needs to be recreated whenever the primitive moves.

Returns

true to recreate the proxy when UpdateTransform is called.