Navigation
API > API/Plugins > API/Plugins/PCG
Builds a collection of PCG-compatible data from the selected actors.
| Name | UPCGDataFromActorSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDataFromActor.h |
| Include Path | #include "Elements/PCGDataFromActor.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGDataFromActorSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGDataFromActorSettings
Derived Classes
UPCGDataFromActorSettings derived class hierarchy
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorSelector | FPCGActorSelectorSettings | Describes which actors to select for data collection. | Elements/PCGDataFromActor.h |
|
| AllowedGrids | int32 | Select which grid sizes to consider when collecting data from partitioned PCG components (without grid scaling applied). | Elements/PCGDataFromActor.h |
|
| bAlsoOutputSinglePointData | bool | Also produces a single point data at the actor location. | Elements/PCGDataFromActor.h |
|
| bAlwaysRequeryActors | bool | If this is true, we will never put this element in cache, and will always try to re-query the actors and read the latest data from them. | Elements/PCGDataFromActor.h |
|
| bComponentsMustOverlapSelf | bool | Only get data from components which overlap with the bounds of your source component. | Elements/PCGDataFromActor.h |
|
| bDisplayModeSettings | bool | Elements/PCGDataFromActor.h |
|
|
| bGetDataOnAllGrids | bool | Get data from all grid sizes if there is a partitioned PCG component on the actor, instead of a specific set of grid sizes. | Elements/PCGDataFromActor.h |
|
| bIgnorePCGGeneratedComponents | bool | Ignores any component that was spawned by PCG. | Elements/PCGDataFromActor.h |
|
| bMergeSinglePointData | bool | Merges all the single point data outputs into a single point data. | Elements/PCGDataFromActor.h |
|
| bSilenceReservedAttributeNameWarnings | bool | Silence warnings that attribute names were rejected because they clash with reserved names. | Elements/PCGDataFromActor.h |
|
| bSilenceSanitizedAttributeNameWarnings | bool | Silence warnings that attribute names were sanitized to replace invalid characters. | Elements/PCGDataFromActor.h |
|
| bTrackActorsOnlyWithinBounds | bool | If this is checked, found actors that are outside component bounds will not trigger a refresh. | Elements/PCGDataFromActor.h |
|
| ComponentSelector | FPCGComponentSelectorSettings | Describes which components to select for the data collection. | Elements/PCGDataFromActor.h |
|
| ExpectedPins | TArray< FName > | Provide pin names to match against the found component output pins. | Elements/PCGDataFromActor.h |
|
| Mode | EPCGGetDataFromActorMode | Describes what kind of data we will collect from the found actor(s). | Elements/PCGDataFromActor.h |
|
| PropertyName | FName | The property name on the found actor to create a data collection from. | Elements/PCGDataFromActor.h |
|