I have a character that has an actor component that contians the combat logic. But for optimization, I wanted that when the character is far away (lowest LOD), a much simpler kind of combat logic would be applied. Is there a way to switch between actor components depending on LOD? Or maybe switg between logic execution paths inside the same component using LODs?
Did you figure it out ? facing the same qustion