FScopedObjectMovement

This class begins an object movement change when created and ends it when it falls out of scope

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Editor.h

Include

#include "Editor.h"

Syntax

class FScopedObjectMovement

Remarks

This class begins an object movement change when created and ends it when it falls out of scope

Constructors

Name Description

Public function

FScopedObjectMovement

(
    UObject* InObject
)

  1. Broadcasts a delegate to notify listeners an actor is about to move

Destructors

Name Description

Public function

~FScopedObjectMovement()

  1. Broadcasts a delegate to notify listeners an actor has moved

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