Enum EFFXFSRLandscapeHISMMode Path C++ Link /Script/FFXFSRSettings.EFFXFSRLandscapeHISMMode underlying int32 /Script/FFXFSRSettings Values 4 NameValueHex Off00x00AllStatic10x01StaticWPO20x02EFFXFSRLandscapeHISMMode_MAX30x03 Used by 1types with a member, parameter or interface of this type UFFXFSRSettings // /Script/FFXFSRSettings.EFFXFSRLandscapeHISMMode enum class EFFXFSRLandscapeHISMMode : int32 { Off = 0, AllStatic = 1, StaticWPO = 2, EFFXFSRLandscapeHISMMode_MAX = 3, };