Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGScheduleGenericParams
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGScheduleGenericParams
(
TFunction< bool(FPCGContext*)> InOperation, |
PCGCommon.h | ||
FPCGScheduleGenericParams
(
TFunction< bool(FPCGContext*)> InOperation, |
PCGCommon.h | ||
FPCGScheduleGenericParams
(
TFunction< bool(FPCGContext*)> InOperation, |
PCGCommon.h |
FPCGScheduleGenericParams(TFunction< bool(FPCGContext )>, IPCGGraphExecutionSource )
| Name | FPCGScheduleGenericParams |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
FPCGScheduleGenericParams
(
TFunction < bool *)> InOperation,
IPCGGraphExecutionSource * InExecutionSource
)
FPCGScheduleGenericParams(TFunction< bool(FPCGContext )>, IPCGGraphExecutionSource , const TArray< FPCGTaskId > &, const TArray< FPCGTaskId > &, bool)
| Name | FPCGScheduleGenericParams |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
FPCGScheduleGenericParams
(
TFunction < bool *)> InOperation,
IPCGGraphExecutionSource * InExecutionSource,
const TArray < FPCGTaskId > & InExecutionDependencies,
const TArray < FPCGTaskId > & InDataDependencies,
bool bInSupportBasePointDataInput
)
FPCGScheduleGenericParams(TFunction< bool(FPCGContext )>, TFunction< void(FPCGContext )>, IPCGGraphExecutionSource *, const TArray< FPCGTaskId > &, const TArray< FPCGTaskId > &, bool)
| Name | FPCGScheduleGenericParams |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
FPCGScheduleGenericParams
(
TFunction < bool *)> InOperation,
TFunction < void *)> InAbortOperation,
IPCGGraphExecutionSource * InExecutionSource,
const TArray < FPCGTaskId > & InExecutionDependencies,
const TArray < FPCGTaskId > & InDataDependencies,
bool bInSupportBasePointDataInput
)