Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEngine
Editor-only event triggered when any component transform is changed
| Name | FOnComponentTransformChangedEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Engine.h |
| Include Path | #include "Engine/Engine.h" |
Syntax
class FOnComponentTransformChangedEvent : public TBaseMulticastDelegate_TwoParams< void, USceneComponent *, ETeleportType >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, USceneComponent *, ETeleportType > → UEngine::FOnComponentTransformChangedEvent