Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Description
Builds the landscape data cache. If force build is true, then it will build the cache even if it is never serialized.
| Name | BuildLandscapeCache |
| 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 BuildLandscapeCache
(
bool bQuiet,
bool bForceBuild
)