Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/CookOnTheSide > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
Include | #include "CookOnTheSide/CookOnTheFlyServer.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp |
bool GetCookedIniVersionStrings
(
const ITargetPlatform * TargetPlatform,
UE::Cook::FIniSettingContainer & IniVersionStrings,
TMap < FString , FString > & AdditionalStrings
) const
Remarks
GetCookedIniVersionStrings gets the ini version strings used in previous cook for specified target platform false if function fails to find the ini version strings
Parameters
Name | Description |
---|---|
IniVersionStrings | return list of the previous cooks ini version strings |