enum EPCGGetDataFromActorMode
{
UMETA =(Tooltip = "Parse the found actor(s) for relevant components such as Primitives, Splines, and Volumes."),
UMETA =(Tooltip = "Produces a single point per actor with the actor transform and bounds."),
UMETA =(Tooltip = "Gets a data collection from an actor property."),
UMETA =(Tooltip = "Copy generated output from other PCG components on the found actor(s)."),
UMETA =(Tooltip = "Attempts to copy generated output from other PCG components on the found actor(s), otherwise, falls back to parsing actor components."),
}