Skip to content

UE 5.1 : OnLevelRemovedFromWorld is no longer part of UUSerWidget #1

@bobgames

Description

@bobgames

Hi,

i propose to make a new branch for 5.1 and upward until there is an official statement about this from unreal. I'm kinda new but i hope this could be of some help.

The differences between the 2 versions should be :

Menu.h :
l.24 :
virtual void OnLevelRemovedFromWorld(ULevel* InLevel, UWorld* InWorld) override;
into
virtual void OnLevelRemovedFromWorld(ULevel* InLevel, UWorld* InWorld);

Menu.cpp
l.71 :
Super::OnLevelRemovedFromWorld(InLevel, InWorld);
into
Super::NativeDestruct();

Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions