![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Enumerations | |
| enum | Type { ImmediateUpdates , DeferredUpdates , DeferredGroupUpdates } |
Enum that controls the scoping behavior of FScopedMovementUpdate. Note that EScopedUpdate::ImmediateUpdates is not allowed within outer scopes that defer updates, and any attempt to do so will change the new inner scope to use deferred updates instead.
| Enumerator | |
|---|---|
| ImmediateUpdates | Apply changes immediately, this cannot be nested inside deferred updates |
| DeferredUpdates | Apply changes when the last FScopedMovementUpdate on the stack ends. These can be safely nested |
| DeferredGroupUpdates |
Defer the expensive aspects of updating a component's transform to later on the frame instead of happening immediately upon the end of this movement scope. This includes:
|