智慧 + 毅力 = 无所不能

正确性、健壮性、可靠性、效率、易用性、可读性、可复用性、兼容性、可移植性...

导航

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 97 下一页

2017年10月25日

摘要: 转自:http://aigo.iteye.com/blog/2275110 参考自Epic官方项目StrategyGame 血条效果: StrategyHUD.h /** * Draws health bar for specific actor. * * @param ForActor Actor 阅读全文

posted @ 2017-10-25 12:34 Bill Yuan 阅读(1696) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2273345 函数参数说明(在GameplayStatics.h中) 将一个粒子放到指定位置上播放: /** Plays the specified effect at the given location and rotation, f 阅读全文

posted @ 2017-10-25 12:30 Bill Yuan 阅读(5338) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2281558 动态加载UObject和动态加载UClass分别用LoadObject<T>(),和LoadClass<T>() ,两者均在在UObjectGlobals.h中。 另外注意:LoadClass<T>的模版名称,不能直接写UB 阅读全文

posted @ 2017-10-25 12:13 Bill Yuan 阅读(5054) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2301010 虽然官方doc上说Event的Binding方式跟Multi-Cast用法完全一样,Multi-Cast论坛上也有很多例子,但是实际是不一样。。而且论坛上找不到相关例子。后来看了下runtime/core的源码,Event的 阅读全文

posted @ 2017-10-25 12:08 Bill Yuan 阅读(3474) 评论(0) 推荐(0) 编辑

摘要: 参考:https://blog.csdn.net/u014532636/article/details/76896356 http://wangjie.rocks/2018/03/04/ue4-fog-of-war/ https://blog.csdn.net/yingtan360/article/ 阅读全文

posted @ 2017-10-25 12:04 Bill Yuan 阅读(665) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2279860 UMG - Mouse screen position problem https://forums.unrealengine.com/showthread.php?51577-UMG-Mouse-screen-positi 阅读全文

posted @ 2017-10-25 12:03 Bill Yuan 阅读(2380) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2279808 将int或float转换为string: FString NewString = FString::FromInt(YourInt); FString VeryCleanString = FString::SanitizeF 阅读全文

posted @ 2017-10-25 12:02 Bill Yuan 阅读(8829) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2279512 1,导入一张png素材作为Texture 2,新建一个Material,设置Blend Mode为Translucent,连接Base Color和Opacity 3,然后就可以将这个Material应用到StaticMes 阅读全文

posted @ 2017-10-25 11:59 Bill Yuan 阅读(848) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2279503 阅读全文

posted @ 2017-10-25 11:57 Bill Yuan 阅读(1523) 评论(0) 推荐(0) 编辑

摘要: 转自:http://aigo.iteye.com/blog/2281182 UE4.natvis 官方文档: https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/index.html#d 阅读全文

posted @ 2017-10-25 11:54 Bill Yuan 阅读(2600) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 97 下一页