UNavLinkComponent::ShouldRecreateProxyOnUpdateTransform

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

Windows
MacOS
Linux

Override Hierarchy

UPrimitiveComponent::ShouldRecreateProxyOnUpdateTransform()

UNavLinkComponent::ShouldRecreateProxyOnUpdateTransform()

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavLinkComponent.h

Include

#include "NavLinkComponent.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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss