Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Cooker
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDependency.h |
| Include | #include "Cooker/CookDependency.h" |
Syntax
struct FCookDependencyFunctionRegistration
Remarks
Implementation struct of UE_COOK_DEPENDENCY_FUNCTION. Instances of this class are stored in global or namespace scope and add themselves to a list during c++ pre-main static initialization. This list is read later to create a map from FName to c++ function.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCookDependencyFunction | Function | ||
| FLazyName | Name | ||
| FCookDependencyFunctionRegistration * | Next |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCookDependencyFunctionRegistration
(
const TCHAR(&) InName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|