Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FValueWithId
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValueWithId () |
Construct a null value. | DerivedDataValue.h | |
FValueWithId
(
const FValueId& Id, |
Construct a value with a non-null ID and forward the other args to FValue(). | DerivedDataValue.h |
FValueWithId()
Description
Construct a null value.
| Name | FValueWithId |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
FValueWithId()
FValueWithId(const FValueId &, ArgTypes &&...)
Description
Construct a value with a non-null ID and forward the other args to FValue().
| Name | FValueWithId |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
| Include Path | #include "DerivedDataValue.h" |
template<typename... ArgTypes>
FValueWithId
(
const FValueId & Id,
ArgTypes &&... Args
)