| FValue
|
Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataValue.h |
Include |
#include "DerivedDataValue.h" |
class FValueWithId : public UE::DerivedData::FValue
A value with an ID. Null if both ID and value are null.
May have a null value with a non-null ID. A non-null value must have a non-null ID.
Name | Description | |
---|---|---|
|
FValueWithId() |
Construct a null value. |
|
FValueWithId ( |
Construct a value with a non-null ID and forward the other args to FValue(). |
Name | Description | ||
---|---|---|---|
|
operator bool() |
Whether this is not null. |
Name |
Description |
---|---|
Null |
A null value with a null ID. |