I think const means that the variable became unable to be changed
Both of your recent posts are in the Blender Courses Talk section, but should be moved to the Unreal-cpp section so folks taking the Unreal classes can see them.
1 Like
I think const stands for constant and it means the value of a variable (int for example) cannot be changed throughout the code.