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,
};