A hidden enum

Hello. I would want to use Enum (EAttachLocation), it’s a default enum available after creating a new project, but i can’t find via the search. It’s used in Spawn Emitter. How can i find it?


Screenshot (1567)

It’s an enum used in c++. It’s not directly exposed to blueprints in the search.

Once you promote location type to a parameter it will take on the parameters of the enum EAttachLocation.

1 Like