Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想尽可能多地改用蓝图,那么我将如何getType在蓝图中做类似泰坦的事情呢?
getType
在 Blueprints 中,没有像 这类类型的特殊类TitanKey,因为这不是每个图形框架都需要的。
TitanKey
在蓝图中,您只需将键名指定为String. 底层图形实现,在你的例子中是 TitanBlueprintsGraph,然后包装自己。
String
您可以在此处查看如何获取特定蓝图元素上的所有键,以及如何设置它们。
这是titan 封装字符串和键的地方,而您可以在这里看到它是如何实现的。