ITADN

Fix compilation error in UE5.1

#25Pull RequestScottKane 创建于 2023-01-09
S
ScottKanecommented
Compilation is failing because `FEditorStyle` doesn't exist, adding `#include "EditorStyleSet.h"` would fix this but as it's been deprecated switching to `FAppStyle.GetBrush()` seems to be the sensible option.
合并状态:未合并 0 条评论