Navigation
API > API/Runtime > API/Runtime/CoreUObject
Request on a Derived Data Reference that may be used to query the associated response.
| Name | FDerivedDataIoRequest |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DerivedData.h |
| Include Path | #include "Serialization/DerivedData.h" |
Syntax
class FDerivedDataIoRequest
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | Serialization/DerivedData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsNull() |
Returns true if this is a null request. | Serialization/DerivedData.h | |
void Reset() |
Resets this to a null request. | Serialization/DerivedData.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr operator bool() |
Returns true if this is a non-null request. | Serialization/DerivedData.h |