Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Description
Dirty generated data depending on the flag. By default the call is forwarded to the local components. We don't forward if the local component has callbacks that would dirty them too. For example: When a tracked actor move, we only want to dirty the impacted local components.
| Name | DirtyGenerated |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGComponent.cpp |
void DirtyGenerated
(
EPCGComponentDirtyFlag DataToDirtyFlag,
const bool bDispatchToLocalComponents
)