You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But:函数 'GetStyleSetName' 已被弃用,原因: 'FEditorStyle::GetStyleSetName() is deprecated, use FAppStyle::GetAppStyleSetName() instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.'
In UE5_Latest(Github::ue5-main)
WakaTimeForUE.cpp#L145:
FEditorDelegates::PostSaveWorld.Remove(PostSaveWorldHandle); -> FEditorDelegates::PostSaveWorldWithContext.Remove(PostSaveWorldHandle);
WakaTimeForUE.h:
Add #include "EditorStyleSet.h"
And
WakaTimeForUE.Build.cs:
Add "EditorStyle" Module
Because:
WakaTimeForUE.h#L145:
FEditorStyle::GetStyleSetName() // Error
The text was updated successfully, but these errors were encountered: