Navigation
API > API/Plugins > API/Plugins/ZoneGraph > API/Plugins/ZoneGraph/UZoneGraphSettings
Description
Calculates hash values from all build settings Can be used to determine if the settings have changed between builds. Use property meta tag "ExcludeFromHash" to exclude non build related properties.
| Name | GetBuildHash |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphSettings.h |
| Include Path | #include "ZoneGraphSettings.h" |
| Source | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Private/ZoneGraphSettings.cpp |
uint32 GetBuildHash() const
Hash value of all build related settings.