You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Converting an enum to string will report the name correctly. Changed UKismetNodeHelperLibrary::GetValidIndex to UKismetNodeHelperLibrary::GetValidValue to properly analyze the value as being valid. Added UKismetNodeHelperLibrary::GetEnumeratorValueFromIndex for converting an index for the enum elements to the actual value. #jira UE-20265 - ForEach 'Enum' node returns incorrect enum values [CL 2672315 by Michael Schoell in Main branch]