Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintEditorLibrary
Description
Returns a string representation of the engine version which the given asset was saved with.
| Name | GetSavedByEngineVersion |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary.h |
| Include Path | #include "BlueprintEditorLibrary.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure, Category="Blueprint Upgrade Tools")
static FString GetSavedByEngineVersion
(
const UObject * Asset
)
String representation of the engine version which this asset was saved with. "INVALID" if none. For example: "5.6.0-37518009+++UE5+Main"
Parameters
| Name | Remarks |
|---|---|
| Asset | The asset to check the saved by engine version of. |
See Also
-
FLinker::Summary::SavedByEngineVersion