Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/ULocalFogVolumeComponent
Syntax
UPROPERTY (EditAnywhere, BlueprintReadOnly, Category="Sorting",
Meta=(UIMin="-127", UIMax="127", ClampMin=127, ClampMax=127))
int32 FogSortPriority
Remarks
The priority can be used as a way to override the sorting by distance. A lower value means the volume will be considered further away, i.e. it will draw behind the one with a higher priority value.