Unreal Cast vs C++ native static_cast/dynamic_cast

I’m wondering why we used Unreal’s Cast function in GetControlledTank as opposed to the builtin static_cast, dynamic_cast, etc. Does using Cast provide any benefits or is this just convention when coding in Unreal?

1 Like

Privacy & Terms