Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHLODHashScope
| Name | EFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/HLOD/HLODHashBuilder.h |
| Include Path | #include "WorldPartition/HLOD/HLODHashBuilder.h" |
Syntax
enum EFlags
{
None = 0,
ResetHash = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| ResetHash | Reset the hash when entering this scope. |