Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBlueprintHelpers
Description
Refresh a component set to Generate At Runtime, if some parameters changed. Can also flush the cache.
| Name | RefreshPCGRuntimeComponent |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGBlueprintHelpers.h |
| Include Path | #include "Helpers/PCGBlueprintHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGBlueprintHelpers.cpp |
UFUNCTION (BlueprintCallable, Category="PCG|Runtime",
Meta=(ScriptMethod, DisplayName="Refresh PCG Runtime Component"))
static void RefreshPCGRuntimeComponent
(
UPCGComponent * InComponent,
const bool bFlushCache
)