Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UPrimitiveComponent
- UPrimitiveComponent::ShouldRecreateProxyOnUpdateTransform()
- UModelComponent::ShouldRecreateProxyOnUpdateTransform()
- UStaticMeshComponent::ShouldRecreateProxyOnUpdateTransform()
- UTextRenderComponent::ShouldRecreateProxyOnUpdateTransform()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include | #include "Components/PrimitiveComponent.h" |
virtual bool ShouldRecreateProxyOnUpdateTransform() const
Remarks
Determines whether the proxy for this primitive type needs to be recreated whenever the primitive moves. true to recreate the proxy when UpdateTransform is called.