Anybody that has run UE4 clients (on mobile devices) with integration to AWS services (i.e. Lambda, and other services). Is there a way to call this from UE4 blueprints? (not talking about AWS Gamelift)
- Build aws C++. GitHub - aws/aws-sdk-cpp: AWS SDK for C++
- Attach to DLL that you need
- Expose function to blueprint
like GameLift SDK
Many thanks