OpenLevel is changed to OpenLevelByObject

This commit is contained in:
martinluckyrobots 2025-03-30 12:27:29 +08:00
parent c9b279e906
commit b531e28337
3 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public:
UPROPERTY(EditAnywhere, BlueprintReadWrite)
FString LevelName;
TSoftObjectPtr<UWorld> LevelObject;
UPROPERTY(EditAnywhere, BlueprintReadWrite)
UTexture2D* LevelImage;