UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FComponentDetachParams Struct Reference

#include <MovieSceneTracksComponentTypes.h>

Public Member Functions

MOVIESCENETRACKS_API void ApplyDetach (USceneComponent *NewAttachParent, USceneComponent *ChildComponentToAttach, const FName &SocketName) const
 

Public Attributes

EDetachmentRule DetachmentLocationRule = EDetachmentRule::KeepRelative
 
EDetachmentRule DetachmentRotationRule = EDetachmentRule::KeepRelative
 
EDetachmentRule DetachmentScaleRule = EDetachmentRule::KeepRelative
 

Member Function Documentation

◆ ApplyDetach()

void UE::MovieScene::FComponentDetachParams::ApplyDetach ( USceneComponent *  NewAttachParent,
USceneComponent *  ChildComponentToAttach,
const FName SocketName 
) const

Member Data Documentation

◆ DetachmentLocationRule

EDetachmentRule UE::MovieScene::FComponentDetachParams::DetachmentLocationRule = EDetachmentRule::KeepRelative

◆ DetachmentRotationRule

EDetachmentRule UE::MovieScene::FComponentDetachParams::DetachmentRotationRule = EDetachmentRule::KeepRelative

◆ DetachmentScaleRule

EDetachmentRule UE::MovieScene::FComponentDetachParams::DetachmentScaleRule = EDetachmentRule::KeepRelative

The documentation for this struct was generated from the following files: