Enum ENSM_VelocityType Path C++ Link /Script/Niagara.ENSM_VelocityType underlying int32 /Script/Niagara Values 4 NameValueHex Linear00x00FromPoint10x01InCone20x02ENSM_MAX30x03 Used by 1types with a member, parameter or interface of this type UNiagaraStatelessModule_AddVelocity // /Script/Niagara.ENSM_VelocityType enum class ENSM_VelocityType : int32 { Linear = 0, FromPoint = 1, InCone = 2, ENSM_MAX = 3, };