Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGTaskId ScheduleComponent
(
UPCGComponent* PCGComponent, |
Schedule graph(owner->graph) | Subsystems/PCGSubsystem.h | |
FPCGTaskId ScheduleComponent
(
UPCGComponent* PCGComponent, |
Subsystems/PCGSubsystem.h |
ScheduleComponent(UPCGComponent *, uint32, bool, const TArray< FPCGTaskId > &)
Description
Schedule graph(owner->graph)
| Name | ScheduleComponent |
| 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 ScheduleComponent
(
UPCGComponent * PCGComponent,
uint32 Grid,
bool bForce,
const TArray < FPCGTaskId > & InDependencies
)
ScheduleComponent(UPCGComponent *, EPCGHiGenGrid, bool, const TArray< FPCGTaskId > &)
| Name | ScheduleComponent |
| 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 ScheduleComponent
(
UPCGComponent * PCGComponent,
EPCGHiGenGrid Grid,
bool bForce,
const TArray < FPCGTaskId > & InDependencies
)