FScopedPreventAttachedComponentMove

Utility for temporarily changing the behavior of a SceneComponent to use absolute transforms, and then restore it to the behavior at the start of the scope.

Windows
MacOS
Linux

Inheritance Hierarchy

FNoncopyable

FScopedPreventAttachedComponentMove

References

Module

Engine

Header

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

Include

#include "Components/SceneComponent.h"

Syntax

class FScopedPreventAttachedComponentMove : private FNoncopyable

Remarks

Utility for temporarily changing the behavior of a SceneComponent to use absolute transforms, and then restore it to the behavior at the start of the scope.

Constructors

Name Description

Public function

FScopedPreventAttachedComponentMove

(
    USceneComponent* Component
)

Init scoped behavior for a given Component.

Destructors

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