Skip to content
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

Errors C4369, C4309, C4340 When Trying to Compile with UE 4.27.2, Seemingly Too Many Input Actions (More than 256) #18

Closed
devinjdawson opened this issue Dec 9, 2021 · 1 comment

Comments

@devinjdawson
Copy link

devinjdawson commented Dec 9, 2021

I get the following errors when trying to compile with Unreal Editor 4.27.2 (engine, not project).:

Error	C4369	
'ESteamInputActionOrigin::PS5_RightPad_DPadSouth':  enumerator value '256' cannot be represented as 'unsigned char', value is '0'
UE4	
\SteamBridge\Source\SteamBridge\Public 
\SteamBridge\Source\SteamBridge\Public\SteamEnums.h	786	
Error	C4309	
'initializing': truncation of constant value	
UE4	
\SteamBridge\Source\SteamBridge\Public	
\SteamBridge\Source\SteamBridge\Public\SteamEnums.h	786	
Error	C4340	
'PS5_RightPad_DPadSouth': value wrapped from positive to negative value	
UE4	
\SteamBridge\Source\SteamBridge\Public	
\SteamBridge\Source\SteamBridge\Public\SteamEnums.h	786	

I just removed all the PS5 Inputs in that section as a quick remedy

@trdwll
Copy link
Owner

trdwll commented Dec 25, 2021

Resolved on 3c9f507. Sorry about that. My CI was down when I accepted that PR so it was never verified.

@trdwll trdwll closed this as completed Dec 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants