AR_Engine_SDK
|
#include <XEBlueprintGraphComponent.h>
函数 | |
function XEBlueprintGraphComponent | new () end |
function XEBlueprintGraphComponent | SetGraph (pGraph) end |
function XEBlueprintGraphComponent | SetGraphLibPath (szLibPath) end |
function XEBlueprintGraphComponent | GetGraphLibPath () end |
function XEBlueprintGraphComponent | GetAssetPath () end |
function XEBlueprintGraphComponent | GetBlueprintGraph () end |
function XEBlueprintGraphComponent | SetBpGraphPendingRun (bRun) end |
function XEBlueprintGraphComponent | SetBpGraphRunRightNow (bRun) end |
function XEBlueprintGraphComponent | EnableGraph (bEnable) end |
变量 | |
XEBlueprintGraphComponent = {} | |
function XEBlueprintGraphComponent EnableGraph | ( | bEnable | ) |
设置蓝图禁启用
bEnable | boolean |
function XEBlueprintGraphComponent GetAssetPath | ( | ) |
获取资源路径
function XEBlueprintGraphComponent GetBlueprintGraph | ( | ) |
获取所加载的蓝图
function XEBlueprintGraphComponent GetGraphLibPath | ( | ) |
获取蓝图的库搜索目录
function XEBlueprintGraphComponent new | ( | ) |
XEBlueprintGraphComponent_new00
function XEBlueprintGraphComponent SetBpGraphPendingRun | ( | bRun | ) |
设置蓝图待运行/待终止
bRun | boolean |
function XEBlueprintGraphComponent SetBpGraphRunRightNow | ( | bRun | ) |
设置蓝图立即运行/终止
bRun | boolean |
function XEBlueprintGraphComponent SetGraph | ( | pGraph | ) |
function XEBlueprintGraphComponent SetGraphLibPath | ( | szLibPath | ) |
设置蓝图的库搜索目录
szLibPath | string |