Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGTaskId ScheduleGraph
(
const FPCGScheduleGraphParams& InParams |
Schedule graph (used internally for dynamic subgraph execution) | Subsystems/PCGSubsystem.h | |
FPCGTaskId ScheduleGraph
(
UPCGComponent* SourceComponent, |
Schedule graph (used internally for dynamic subgraph execution) | Subsystems/PCGSubsystem.h | |
FPCGTaskId ScheduleGraph
(
UPCGGraph* Graph, |
Subsystems/PCGSubsystem.h |
ScheduleGraph(const FPCGScheduleGraphParams &)
Description
Schedule graph (used internally for dynamic subgraph execution)
| Name | ScheduleGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/PCGSubsystem.h |
| Include Path | #include "Subsystems/PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Subsystems/IPCGBaseSubsystem.cpp |
FPCGTaskId ScheduleGraph
(
const FPCGScheduleGraphParams & InParams
)
ScheduleGraph(UPCGComponent *, const TArray< FPCGTaskId > &)
Description
Schedule graph (used internally for dynamic subgraph execution)
| Name | ScheduleGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/PCGSubsystem.h |
| Include Path | #include "Subsystems/PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Subsystems/PCGSubsystem.cpp |
FPCGTaskId ScheduleGraph
(
UPCGComponent * SourceComponent,
const TArray < FPCGTaskId > & Dependencies
)
ScheduleGraph(UPCGGraph , UPCGComponent , FPCGElementPtr, FPCGElementPtr, const TArray< FPCGTaskId > &, const FPCGStack *, bool)
| Name | ScheduleGraph |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Subsystems/PCGSubsystem.h |
| Include Path | #include "Subsystems/PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Subsystems/PCGSubsystem.cpp |
FPCGTaskId ScheduleGraph
(
UPCGGraph * Graph,
UPCGComponent * SourceComponent,
FPCGElementPtr PreGraphElement,
FPCGElementPtr InputElement,
const TArray < FPCGTaskId > & Dependencies,
const FPCGStack * InFromStack,
bool bAllowHierarchicalGeneration
)