Enum EAttachmentRule Path C++ Link /Script/Engine.EAttachmentRule underlying uint8 /Script/Engine Values 4 NameValueHex KeepRelative00x00KeepWorld10x01SnapToTarget20x02EAttachmentRule_MAX30x03 Used by 7types with a member, parameter or interface of this type AActorUAudioComponentUFXSystemComponentUMovieScene3DAttachSectionUNiagaraComponentUParticleSystemComponentUSceneComponent // /Script/Engine.EAttachmentRule enum class EAttachmentRule : uint8 { KeepRelative = 0, KeepWorld = 1, SnapToTarget = 2, EAttachmentRule_MAX = 3, };