
May I ask what this symbol on the blueprint means? How should I add this symbol to a function I want to write in C++.
it means its latent and cannot be used inside functions
to create your own you could use a custom K2Node or AsyncActionBase
A third option is to include an FLatentActionInfo LatentInfo param and use the LatentInfo=“LatentInfo” UFUNCTION markup.