Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- FPCGContext
- IPCGAsyncLoadingContext
- FPCGLoadObjectsFromPathContext
- FPCGDataFromActorContext
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDataFromActor.h |
| Include | #include "Elements/PCGDataFromActor.h" |
Syntax
struct FPCGDataFromActorContext : public FPCGLoadObjectsFromPathContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPerformedQuery | ||
| FPCGComponentSelectorSettings | ComponentSelector | ||
| TArray< AActor * > | FoundActors | ||
| TArray< TObjectKey< UObject > > | IgnoredChangeOrigins | Any change origin ignores we added, to solve dependency issues (like upstream execution cancelling downstream graph). |