Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageFileSummary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetFileVersions
(
const int32 EpicUE, |
UObject/PackageFileSummary.h | ||
void SetFileVersions
(
const int32 EpicUE4, |
Used to manually set the package file and licensee versions | UObject/PackageFileSummary.h |
SetFileVersions(const int32, const int32, const bool)
| Name | SetFileVersions |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageFileSummary.h |
| Include Path | #include "UObject/PackageFileSummary.h" |
void SetFileVersions
(
const int32 EpicUE,
const int32 LicenseeUE,
const bool bInSaveUnversioned
)
SetFileVersions(const int32, const int32, const int32, const bool)
Description
Used to manually set the package file and licensee versions
| Name | SetFileVersions |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageFileSummary.h |
| Include Path | #include "UObject/PackageFileSummary.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageFileSummary.cpp |
void SetFileVersions
(
const int32 EpicUE4,
const int32 EpicUE5,
const int32 LicenseeUE,
const bool bInSaveUnversioned
)