This is the perfect situation for an enumerator. Build an enumerator for each mesh type. Add the enumerator as a variable to each actor that you’re trying to differentiate between by their mesh type. Set the enumerator to the appropriate value based on mesh type in the actor blueprint. Then, you can switch on the enumerator instead of having a bunch of branches.