I understand const will help blueprint make sure we don’t modify any data.
Is the pure checkbox just for removing the execution pin?
Also what tactical advantage does pure function have? I only see it as a way to limit what the function is capable of doing but not sure why we want to do that.