EXKulo / EXkulo.github.io

0 stars 2 forks source link

20200924 UE4 在C++中声明和使用Interfaces | 左未的笔记本 #90

Open EXKulo opened 4 years ago

EXKulo commented 4 years ago

https://exkulo.github.io/2020/09/24/20200924-UE4-declaring-and-using-interfaces-in-cpp/

ReferenceUE4 – Declaring and using interfaces in C++ In A Word 简而言之 When we declarate a interface, we need to declarate two C++ classes. One extends from UInterface. It should be a empty class, named