EScopedUpdate::Type

Enum that controls the scoping behavior of [FScopedMovementUpdate](API\Runtime\Engine\Components\FScopedMovementUpdate).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SceneComponent.h

Include

#include "Components/SceneComponent.h"

Syntax

namespace EScopedUpdate
{
    enum Type
    {
        ImmediateUpdates,
        DeferredUpdates,
    }
}

Values

Name

Description

ImmediateUpdates

DeferredUpdates

Remarks

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.

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