[FeatureRequest] IsValidIndex for Array in blueprints

I have a very simple request to add the function IsValidIndex for Arrays in blueprints. Currently i am doing it over every time, and its quite easy to make mistakes with >= etc…

Good call, added a pull request for the node:

https://github.com/EpicGames/UnrealEngine/pull/2289

Cheers!

Great! Lets hope they accept it soon, its a very easy addition, but very useful.

:smiley: Yeah, also, if you accept an answer here, you need to do that AFTER commenting. Otherwise you unaccept it with the comment, hehe (:

In the meantime you can create a Macro Library (from Object class) and add this graph. You can then use this in all your Blueprints.

Example usage:

87279-isvalidmacro_usage.png