Muhammad Ali Tanveer
Muhammad Ali Tanveer
> I've started building a SDK for Unreal Engine here: [aws-sdk-unreal](https://github.com/outoftheboxplugins/aws-sdk-unreal). > > It has the setup steps fully automated using `vcpkg` - building, copying, initialization. So far only tested...
> > 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...
Facing the same issue.