I am Making a OnlineSubsystem and in FindSession function
I want to return the Session search results to the blueprints to make widget
But in c++ Results are in FOnlineSessionSearchResult and can’t be used by blueprints
For blueprint they have Wrapper struct FBlueprintSessionResult which is readable by blueprints
Someone know how can I expose search results to the blueprints