Navigation
API > API/Runtime > API/Runtime/CoreUObject
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCookDependency | TargetDomain dependencies that can be reported from the class instances in a package. | ||
| FCookDependencyContext | Context passed into FCookDependencyFunction to provide calling flags and receive their hash output. | ||
| FCookDependencyFunctionRegistration | Implementation struct of UE_COOK_DEPENDENCY_FUNCTION. | ||
| FMPCollectorClientMessageContext | |||
| FMPCollectorClientTickContext | |||
| FMPCollectorClientTickPackageContext | |||
| FMPCollectorServerMessageContext | |||
| FMPCollectorServerTickContext | |||
| FMPCollectorServerTickPackageContext | |||
| FWorkerId | Identifier for a CookWorker process launched from a Director process, or for the local process. | ||
| IDeterminismConstructDiagnosticsContext | Struct to hold input and receive output of IDeterminismHelper::ConstructDiagnostics. | ||
| IDeterminismHelper | Interface implemented by UObjects that want to store diagnostic data for comparison when a package is found to contain indeterminism by a -diffonly cook or is found to have a FalsePositiveIterativeSkip by a -iterativevalidate cook. | ||
| IDeterminismModifiedExportContext | Struct to hold input and receive output of IDeterminismHelper::OnExportModified. | ||
| IDeterminismModifiedPackageContext | Extended data for IDeterminismModifiedExportContext. | ||
| IMPCollector | Interface used during cooking to send data collected from save/load on a remote CookWorker to the Director for aggregation into files saves at the end of the cook. | ||
| IMPCollectorForMessage | A subinterface of IMPCollector that uses a ICollectorMessage subclass to serialize the message. | ||
| IMPCollectorMessage | Baseclass for messages used by IMPCollectors that want to interpret their messages as c++ structs. | ||
| TMPCollectorClientMessageCallback | An implementation of IMPCollector that uses an ICollectorMessage subclass to serialize the message, and directs messages received on the client to the given callback. | ||
| TMPCollectorServerMessageCallback | An implementation of IMPCollector that uses an IMPCollectorMessage subclass to serialize the message, and directs messages received on the server to the given callback. |