UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::FDerivedDataIoRequest Class Reference

#include <DerivedData.h>

Public Member Functions

constexpr void Reset ()
 
constexpr bool IsNull () const
 
constexpr operator bool () const
 

Detailed Description

Request on a Derived Data Reference that may be used to query the associated response.

Member Function Documentation

◆ IsNull()

constexpr bool UE::FDerivedDataIoRequest::IsNull ( ) const
inlineconstexpr

Returns true if this is a null request.

◆ operator bool()

constexpr UE::FDerivedDataIoRequest::operator bool ( ) const
inlineexplicitconstexpr

Returns true if this is a non-null request.

◆ Reset()

constexpr void UE::FDerivedDataIoRequest::Reset ( )
inlineconstexpr

Resets this to a null request.


The documentation for this class was generated from the following file: