Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAttachmentTransformRules
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAttachmentTransformRules
(
EAttachmentRule InRule, |
Engine/EngineTypes.h | ||
FAttachmentTransformRules
(
EAttachmentRule InLocationRule, |
Engine/EngineTypes.h |
FAttachmentTransformRules(EAttachmentRule, bool)
| Name | FAttachmentTransformRules |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
FAttachmentTransformRules
(
EAttachmentRule InRule,
bool bInWeldSimulatedBodies
)
FAttachmentTransformRules(EAttachmentRule, EAttachmentRule, EAttachmentRule, bool)
| Name | FAttachmentTransformRules |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h |
| Include Path | #include "Engine/EngineTypes.h" |
FAttachmentTransformRules
(
EAttachmentRule InLocationRule,
EAttachmentRule InRotationRule,
EAttachmentRule InScaleRule,
bool bInWeldSimulatedBodies
)