Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Inheritance Hierarchy
- FArchiveState
- FArchive
- FArchiveUObject
- FArchiveObjectCrc32
- FZoneGraphObjectCRC32
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphObjectCRC32.h |
| Include | #include "ZoneGraphObjectCRC32.h" |
Syntax
class FZoneGraphObjectCRC32 : public FArchiveObjectCrc32
Remarks
Archive based object hashing to be used with ZoneGraph data calculation. If a property is has "IncludeInHash" meta tag, any of it's child properties will be included in the hash. Editor only s it relies on meta data.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HasMetaDataInChain
(
const FProperty* InProperty, |
Overridden from FArchiveState
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldSkipProperty
(
const FProperty* InProperty |
Checks whether the archive wants to skip the property independent of the other flags |