enum EPCGWorldRaycastMode
{
UMETA =(ToolTip = "Use the direction vector with 'infinite' magnitude."),
UMETA =(ToolTip = "Use the direction vector 'as-is' for casting the ray with its current magnitude."),
UMETA =(ToolTip = "Normalize the direction vector and apply the length directly."),
UMETA =(ToolTip = "User provided end points. Must match input points N:N, N:1, or 1:N."),
}