UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetPCGComponentSettings : public UPCGDataFromActorSettings
Remarks
Builds a collection of data from other PCG components on the selected actors. Automatically tags each output with the grid size it was collected from, prefixed by "PCG_GridSize_" (e.g. PCG_GridSize_12800).
Note: a component cannot get component data from itself or other components in its execution context, as it could create a circular dependency.