ITargetPlatform::GetHeightFogModeForOpaque

Gets an integer representing the height fog mode for opaque materials on a platform.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

  • ITargetPlatform::GetHeightFogModeForOpaque()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
int32 GetHeightFogModeForOpaque() const

Remarks

Gets an integer representing the height fog mode for opaque materials on a platform. 0 if no override (i.e. use r.VertexFoggingForOpaque from project settings); 1 if pixel fog; 2 if vertex fog.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library