Cannot create EAttachmentRule variable in blueprints

Hi,

I’m trying to add a EAttachmentRule variable in a struct but the enum doesn’t appear in the list of available types:

I managed to create a variable in a BP by dragging the pin from an AttachActorToComponent node and promoting it to a variable. But I can’t do the same thing to create a variable in a struct

Hi! It seems like EAttachmentRule is not a BlueprintType, so it cant be used as variable in BPs… Maybe Convert thing doesnt know this =)

I thought UENUM() was enough, thank you for your answer !

If you’re using a function block with pins you can “Promote To Variable” and it will automatically create a variable of type “EAttachmentRule”.