AR_Engine_SDK
载入中...
搜索中...
未找到
函数 | 变量
XEBlueprintGraphComponent.lua 文件参考

#include <XEBlueprintGraphComponent.h>

类 XEBlueprintGraphComponent 继承关系图:
Inheritance graph

函数

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 = {}
 

函数说明

◆ EnableGraph()

function XEBlueprintGraphComponent EnableGraph ( bEnable  )

设置蓝图禁启用

参数
bEnableboolean
返回
boolean

◆ GetAssetPath()

function XEBlueprintGraphComponent GetAssetPath ( )

获取资源路径

返回
string 资源路径

◆ GetBlueprintGraph()

function XEBlueprintGraphComponent GetBlueprintGraph ( )

获取所加载的蓝图

返回
XEPatchGraph

◆ GetGraphLibPath()

function XEBlueprintGraphComponent GetGraphLibPath ( )

获取蓝图的库搜索目录

返回
string libpath

◆ new()

function XEBlueprintGraphComponent new ( )

XEBlueprintGraphComponent_new00

返回
XEBlueprintGraphComponent

◆ SetBpGraphPendingRun()

function XEBlueprintGraphComponent SetBpGraphPendingRun ( bRun  )

设置蓝图待运行/待终止

参数
bRunboolean
返回
boolean

◆ SetBpGraphRunRightNow()

function XEBlueprintGraphComponent SetBpGraphRunRightNow ( bRun  )

设置蓝图立即运行/终止

参数
bRunboolean
返回
boolean

◆ SetGraph()

function XEBlueprintGraphComponent SetGraph ( pGraph  )

直接接入一个图实例

参数
pGraphXEPatchGraph 图的实例
返回
void

◆ SetGraphLibPath()

function XEBlueprintGraphComponent SetGraphLibPath ( szLibPath  )

设置蓝图的库搜索目录

参数
szLibPathstring
返回
void

变量说明

◆ XEBlueprintGraphComponent