enum class ParticleLightnintBranchBehavior_ t : uint32
{
// MPropertyFriendlyName = Branch Towards Current Direction
PARTICLE_ LIGHTNING_ BRANCH_ CURRENT_ DIR = 0,
// MPropertyFriendlyName = Branch Towards Endpoint
PARTICLE_ LIGHTNING_ BRANCH_ ENDPOINT_ DIR = 1,
};