Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/CookOnTheSide > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer > API/Editor/UnrealEd/CookOnTheSide/UCookOnTheFlyServer/FCookOnTheFlySer-
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp |
| Include | #include "CookOnTheFlyServer.cpp" |
virtual void GetUnsolicitedFiles
(
const FName & PlatformName,
const FString & Filename,
const bool bIsCookable,
TArray < FString > & OutUnsolicitedFiles
)
Remarks
Returns all unsolicited files that have been produced as a result of a cook request.
Parameters
| Name | Description |
|---|---|
| PlatformName | The platform name. |
| Filename | The filename. |
| Filename | Whether the filename is a cookable asset. |
| OutUnsolicitedFiles | All unsolicited filename(s) returned to the caller. |