FAttachmentTransformRules

Rules for attaching components

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

struct FAttachmentTransformRules

Remarks

Rules for attaching components

Variables

Name Description

Public variable

bool

 

bWeldSimulatedBodies

Whether to weld simulated bodies together when attaching

Public variable

EAttachmentRule

 

LocationRule

The rule to apply to location when attaching

Public variable

EAttachmentRule

 

RotationRule

The rule to apply to rotation when attaching

Public variable

EAttachmentRule

 

ScaleRule

The rule to apply to scale when attaching

Constructors

Name Description

Public function

FAttachmentTransformRules

(
    EAttachmentRule InRule,
    bool bInWeldSimulatedBodies
)

Public function

FAttachmentTransformRules

(
    EAttachmentRule InLocationRule,
    EAttachmentRule InRotationRule,
    EAttachmentRule InScaleRule,
    bool bInWeldSimulatedBodies
)

Constants

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