Files
UnrealEngineUWP/Engine/Source/Editor/BlueprintGraph
Michael Schoell aba75855ef ForEachEnum will now correctly iterate over all enum values.
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]
2015-08-28 11:16:05 -04:00
..