Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGuid
Description
Create a guid by hashing the given path; this guid will be deterministic when called in multiple cook processes and will thus avoid cook indeterminism caused by FGuid::NewGuid. ObjectPath and Seed must be deterministic.
| Name | NewDeterministicGuid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Guid.h |
| Include Path | #include "Misc/Guid.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Guid.cpp |
static FGuid NewDeterministicGuid
(
FStringView ObjectPath,
uint64 Seed
)