TMassLODCalculator::Initialize

Initializes the LOD calculator, needed to be called once at initialization time InBaseLODDistance distances used to calculate LOD InBufferHysteresisOnFOVRatio distance hysteresis used to calculate LOD InLODMaxCount the maximum count for each LOD InLODMaxCountPerViewer the maximum count for each LOD per viewer (Only when FLODLogic::bMaximizeCountPerViewer is enabled) InVisibleDistanceToFrustum is the distance from the frustum to start considering this entity is visible (Only when FLODLogic::bDoVisibilityLogic is enabled) InVisibleDistanceToFrustumHysteresis once visible, what extra distance the entity need to be before considered not visible anymore (Only when FLODLogic::bDoVisibilityLogic is enabled) InVisibleLODDistance the maximum count for each LOD per viewer (Only when FLODLogic::bDoVisibilityLogic is enabled)