Delegate: FPerformAuthenticationAsyncActionEvent

// Delegate type
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FPerformAuthenticationAsyncActionEvent,
    FAPITokenInfo TokenInfo
);

// Compatible function signature
void FPerformAuthenticationAsyncActionEvent(
    FAPITokenInfo TokenInfo
);


Parameters






For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com