Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCookDependencyContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCookDependencyContext
(
void* InHasher, |
Cooker/CookDependencyContext.h | ||
FCookDependencyContext
(
void* InHasher, |
InHasher is void* to mask the implementation details of the hashbuilder. See Update function. | Cooker/CookDependencyContext.h |
FCookDependencyContext(void *, TUniqueFunction< void(ELogVerbosity::Type, FString &&, bool)> &&, FName)
| Name | FCookDependencyContext |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDependencyContext.h |
| Include Path | #include "Cooker/CookDependencyContext.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookDependencyContext.cpp |
FCookDependencyContext
(
void * InHasher,
TUniqueFunction < void, FString &&, bool)> && InOnLog,
FName InPackageName
)
FCookDependencyContext(void *, TUniqueFunction< void(ELogVerbosity::Type, FString &&)> &&, TUniqueFunction< void(ELogVerbosity::Type)> &&, FName)
Description
InHasher is void* to mask the implementation details of the hashbuilder. See Update function.
| Name | FCookDependencyContext |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookDependencyContext.h |
| Include Path | #include "Cooker/CookDependencyContext.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Cooker/CookDependencyContext.cpp |
FCookDependencyContext
(
void * InHasher,
TUniqueFunction < void, FString &&)> && InOnLog,
TUniqueFunction < void)> && InOnInvalidated,
FName InPackageName
)