Replies: 9 comments
|
Hey Nice to see that. I've been more or less sucessfully able to compile/cross compile sdk for windows/linux using unreal build automation. If it going to be any of help here are scripts I've been using: Linux: And that's how my build.cs looks now: CMake seems to be producing some generated code, which the unreal utility can't handle, and I had to manually go to intermediate folder and manually copy if (before it got auto deleted). Hope it will be helpful. |
|
is unreal engine 5 supported or not: Can we get official answer rom aws as its your sdk. There is a unreal engine 4 demo that appears to work however cannot get it to work with unreal engine 5. |
|
anyone have a working version of unreal engine 5 with aws sdk ? work demo project with scripts will really help |
|
I've started building a SDK for Unreal Engine here: aws-sdk-unreal. It has the setup steps fully automated using It will require some more testing to ensure it fully supports all the platforms and configuration, but it's time to put all the fixes of the community in one place. |
AWS SDK causes major issues with Linux. Primarily because vcpkg utilizes g++ for compilation while Unreal uses clang. This causes issues with std symbols specially, because g++ uses libstd while clang uses libc++ as standard library (as far as I know) I managed to clean up a lot of the errors, but not all. Hopefully, you were better at it than me brother. I will test your plugin soon. |
That is a great point. The For your specific Linux case, we don't have a dedicated triplet, but I wrote on in the past here: x64-linux-unreal. If you need to plugin to work on Linux, let's work together and I can write for triplet file for you. |
Sure. Contacted via Email |
How to remove the P4 issue while building the AWS SDK Library |
|
Converting this to a Discussion. The ask is an effort we intend to pursue over time rather than a single change with a near-term milestone, so a Discussion is a better home for gathering use cases and tracking the pieces. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the feature
official support for Unreal engine for use with aws-sdk-cpp
Related issues/discussions:
Use Case
Use Unreal engine with the aws-sdk-cpp
Proposed Solution
No response
Other Information
Community Note
Acknowledgements
All reactions