| bCleanupLocalSources |
bool |
If the execution source is partitioned, will forward the clean up call to its registered local execution sources. |
PCGGraphExecutionStateInterface.h |
|
| bImmediate |
bool |
Performs the cleanup immediately without scheduling. Ignores dependencies. |
PCGGraphExecutionStateInterface.h |
|
| bReleaseManagedResources |
bool |
Performs a hard release (no re-use) of generated managed resources. |
PCGGraphExecutionStateInterface.h |
|
| Dependencies |
TArray< FPCGTaskId > |
Dependencies to wait on before the cleanup can execute. |
PCGGraphExecutionStateInterface.h |
|