Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers > API/Plugins/PCG/Helpers/UPCGBlueprintHelpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGBlueprintHelpers.h |
| Include | #include "Helpers/PCGBlueprintHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/PCGBlueprintHelpers.cpp |
UFUNCTION (BlueprintCallable, Category="PCG", Meta=(DisplayName="Flush PCG Cache"))
static bool FlushPCGCache()
Remarks
Flush the cache, to be used if you have changed something PCG depends on at runtime. Same as `pcg.FlushCache_ command. Returns true if it succeeded.