Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Description
Marks execution sources dirty; on next tick they are refreshed via RefreshAllRuntimeGenExecutionSources with the union of all reasons queued since last tick. Defer variant for events that may fire many times in quick succession (e.g. viewport resize).
| Name | DirtyRuntimeGenExecutionSources |
| 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 |
void DirtyRuntimeGenExecutionSources
(
EPCGChangeType ChangeType,
ERuntimeGenRefreshReason Reason
)