Enum ENDILandscape_SourceMode Path C++ Link /Script/Niagara.ENDILandscape_SourceMode underlying uint8 /Script/Niagara Values 4 NameValueHex Default00x00Source10x01AttachParent20x02ENDILandscape_MAX30x03 Used by 1types with a member, parameter or interface of this type UNiagaraDataInterfaceLandscape // /Script/Niagara.ENDILandscape_SourceMode enum class ENDILandscape_SourceMode : uint8 { Default = 0, Source = 1, AttachParent = 2, ENDILandscape_MAX = 3, };