UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CookDeterminism Namespace Reference

Enumerations

enum class  ESeed : uint32 {
  Expression = 0 , Parameter , InterfaceInit , InterfaceDuplicate ,
  InterfacePostLoad , Compile , FunctionInput , FunctionOutput ,
  RerouteVariable , RerouteColor
}
 

Functions

FLinearColor MakeRandomColor (FStringView Str, ESeed Seed)
 
FGuid NewGuid (FStringView Str, ESeed Seed)
 
void LogWarningIfCooking (FStringView Message)
 

Enumeration Type Documentation

◆ ESeed

Enumerator
Expression 
Parameter 
InterfaceInit 
InterfaceDuplicate 
InterfacePostLoad 
Compile 
FunctionInput 
FunctionOutput 
RerouteVariable 
RerouteColor 

Function Documentation

◆ LogWarningIfCooking()

void CookDeterminism::LogWarningIfCooking ( FStringView  Message)

◆ MakeRandomColor()

FLinearColor CookDeterminism::MakeRandomColor ( FStringView  Str,
ESeed  Seed 
)

◆ NewGuid()

FGuid CookDeterminism::NewGuid ( FStringView  Str,
ESeed  Seed 
)