enum EPCGMeshSelectorMaterialOverrideMode
{
UMETA =(Tooltip = "Does not apply any material overrides to the spawned mesh(es)"),
UMETA =(Tooltip = "Applies the material overrides provided in the Static Material Overrides array"),
UMETA =(Tooltip = "Applies the materials overrides using the point data attribute(s) specified in the By Attribute Material Overrides array"),
}