UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDetachmentTransformRules Struct Reference

#include <EngineTypes.h>

Public Member Functions

 FDetachmentTransformRules (EDetachmentRule InRule, bool bInCallModify)
 
 FDetachmentTransformRules (EDetachmentRule InLocationRule, EDetachmentRule InRotationRule, EDetachmentRule InScaleRule, bool bInCallModify)
 
 FDetachmentTransformRules (const FAttachmentTransformRules &AttachmentRules, bool bInCallModify)
 

Public Attributes

EDetachmentRule LocationRule
 
EDetachmentRule RotationRule
 
EDetachmentRule ScaleRule
 
bool bCallModify
 

Static Public Attributes

static ENGINE_API FDetachmentTransformRules KeepRelativeTransform
 
static ENGINE_API FDetachmentTransformRules KeepWorldTransform
 

Detailed Description

Rules for detaching components

Constructor & Destructor Documentation

◆ FDetachmentTransformRules() [1/3]

FDetachmentTransformRules::FDetachmentTransformRules ( EDetachmentRule  InRule,
bool  bInCallModify 
)
inline

◆ FDetachmentTransformRules() [2/3]

FDetachmentTransformRules::FDetachmentTransformRules ( EDetachmentRule  InLocationRule,
EDetachmentRule  InRotationRule,
EDetachmentRule  InScaleRule,
bool  bInCallModify 
)
inline

◆ FDetachmentTransformRules() [3/3]

FDetachmentTransformRules::FDetachmentTransformRules ( const FAttachmentTransformRules AttachmentRules,
bool  bInCallModify 
)
inline

Member Data Documentation

◆ bCallModify

bool FDetachmentTransformRules::bCallModify

Whether to call Modify() on the components concerned when detaching

◆ KeepRelativeTransform

FDetachmentTransformRules FDetachmentTransformRules::KeepRelativeTransform
static

Various preset detachment rules

◆ KeepWorldTransform

FDetachmentTransformRules FDetachmentTransformRules::KeepWorldTransform
static

◆ LocationRule

EDetachmentRule FDetachmentTransformRules::LocationRule

The rule to apply to location when detaching

◆ RotationRule

EDetachmentRule FDetachmentTransformRules::RotationRule

The rule to apply to rotation when detaching

◆ ScaleRule

EDetachmentRule FDetachmentTransformRules::ScaleRule

The rule to apply to scale when detaching


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