-
Notifications
You must be signed in to change notification settings - Fork 1
UE SDK Update V3 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Venly Unreal Engine SDK to version 3, involving massive auto-generated code changes that standardize include paths and add new optional type wrappers. The update primarily addresses include path capitalization inconsistencies and introduces numerous new optional wrapper classes for better type safety.
- Updates include paths from "AutoGen" to "Autogen" for consistency
- Adds numerous optional wrapper classes for various DTOs and types
- Removes legacy property mapping entries and method signatures
Reviewed Changes
Copilot reviewed 283 out of 2752 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| VyOptBuildEip712SignatureRequestDto.cpp | New optional wrapper implementation for EIP712 signature requests |
| VyOptBool.cpp | Updated include path from AutoGen to Autogen |
| VyWalletEventDto.cpp | Removed property lookup table implementation, now header-only |
| VyWalletDto.cpp | Removed IsPrimary property mapping from lookup table |
| VyResubmitTransaction_Wallet.cpp | Fixed include path and added missing empty line |
| README.md | Simplified project description by removing reference to API Explorer samples |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.