Skip to content

[UNREAL] Fix compile error on UE 4.27 - #577

Open
aMustachedPotato wants to merge 1 commit into
ValveSoftware:masterfrom
aMustachedPotato:master
Open

aMustachedPotato wants to merge 1 commit into
ValveSoftware:masterfrom
aMustachedPotato:master

Conversation

@aMustachedPotato

Copy link
Copy Markdown

This PR aims to fix #573

The current version of the plugin uses Subsystems/EditorAssetSubsystem.h which doesn't exist in UE 4.27. This PR fixes that by using ObjectTools.h to delete the dynamic asset instead.

…itorAssetSubsystem

UE 4.27 doesn't have EditorAssetSubsystem.h, so that was removed and replaced with ObjectTools.h to delete the asset instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UE4.27 Build Failure with v4.81

1 participant