Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FValueId
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Construct an ID from a non-empty name. | DerivedDataValueId.h | ||
| DerivedDataValueId.h |
FromName(FUtf8StringView)
Description
Construct an ID from a non-empty name.
| Name | FromName |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h |
| Include Path | #include "DerivedDataValueId.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataValue.cpp |
static FValueId FromName
(
FUtf8StringView Name
)
FromName(FWideStringView)
| Name | FromName |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValueId.h |
| Include Path | #include "DerivedDataValueId.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataValue.cpp |
static FValueId FromName
(
FWideStringView Name
)