You have to connect a struct pin to it, which has to come from another node
All structs that are defined as USTRUCT(BlueprintType), with at least one property marked as BlueprintWrite are able to be created using a Make node
Also all structs created in the editor can be “made”
So you can just search for Make + <your struct name>
and it should show up
From lyra: