UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DerivedData.h File Reference

Go to the source code of this file.

Classes

class  UE::DerivedData::Private::FCookedData
 
class  UE::FDerivedData
 
struct  UE::FDerivedDataIoPriority
 
class  UE::FDerivedDataIoRequest
 
class  UE::FDerivedDataIoResponse
 
class  UE::FDerivedDataIoOptions
 
class  UE::FDerivedDataIoBatch
 

Namespaces

namespace  UE
 
namespace  UE::DerivedData
 
namespace  UE::DerivedData::Private
 
namespace  UE::DerivedData::IoStore
 

Macros

#define UE_API   COREUOBJECT_API
 

Typedefs

using UE::FDerivedDataIoComplete = TUniqueFunction< void()>
 

Enumerations

enum class  UE::EDerivedDataFlags : uint32 { UE::None = 0 , UE::Required = 1 << 0 , UE::Optional = 1 << 1 , UE::MemoryMapped = 1 << 2 }
 
enum class  UE::EDerivedDataIoStatus : uint8 { UE::Ok , UE::Error , UE::Canceled , UE::Unknown }
 

Functions

 UE::ENUM_CLASS_FLAGS (EDerivedDataFlags)
 

Macro Definition Documentation

◆ UE_API

#define UE_API   COREUOBJECT_API