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

#include <MovieSceneTracksComponentTypes.h>

Public Member Functions

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

Public Attributes

EAttachmentRule AttachmentLocationRule = EAttachmentRule::KeepRelative
 
EAttachmentRule AttachmentRotationRule = EAttachmentRule::KeepRelative
 
EAttachmentRule AttachmentScaleRule = EAttachmentRule::KeepRelative
 

Member Function Documentation

◆ ApplyAttach()

void UE::MovieScene::FComponentAttachParams::ApplyAttach ( USceneComponent *  NewAttachParent,
USceneComponent *  ChildComponentToAttach,
const FName SocketName 
) const

Member Data Documentation

◆ AttachmentLocationRule

EAttachmentRule UE::MovieScene::FComponentAttachParams::AttachmentLocationRule = EAttachmentRule::KeepRelative

◆ AttachmentRotationRule

EAttachmentRule UE::MovieScene::FComponentAttachParams::AttachmentRotationRule = EAttachmentRule::KeepRelative

◆ AttachmentScaleRule

EAttachmentRule UE::MovieScene::FComponentAttachParams::AttachmentScaleRule = EAttachmentRule::KeepRelative

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