摘要:
查看显卡详细信息: // save as test_cu_info.cu #include "device_launch_parameters.h" #include <iostream> int main() { int deviceCount; cudaGetDeviceCount(&devic 阅读全文
摘要:
get actor of class 在蓝图中想获得actor的属性,可使用get actor of class,该方法可以获得此类下第一个actor。 如下例子是根据导轨的位置调节场景中定向光的方向。 利用以上方法结合曲线编辑器可以计算出当前帧在总帧中的占比,另一个方法是直接用get curren 阅读全文