APlayerCameraManager::ForEachCameraModifier

Runs the given function on a local copy of the ModifierList of [UCameraModifier](API\Runtime\Engine\Camera\UCameraModifier), with the possibility of early exit Most easily used with a lambda as follows: ForEachCameraModifier([](UCameraModifier* Proxy) -> bool { return continueLoop ? true : false; });