接口与函数库(UAI/UBFL) {{ currentPage ? currentPage.title : "" }}

终极接口:UntimateActorInterface

终极函数库:UltimateBlueprintFunctionLibrary

  • 终极实体接口需要添加在玩家、建筑、怪物上

  • 如使用插件中的基础实体则大部分无需修改,如果不使用需要手动实现所有接口内容

接口函数

说明

GetTeam

获取队伍

GetDescTitle

获取描述标题

IsAlive

是否存活

ApplyDamage(float BaseDamage, AController* EventInstigator, AActor* DamageCauser, TSubclassOf<UPrimalDamageType> DamageTypeClass, FDamageExtraData DamageData)

应用伤害

FDamageExtraData 为附加伤害数据

蓝图函数库

说明

GetControllerComponent

获取本地控制器组件

GetInventoryComponent

获取本地库存组件

GetPlayerController

获取本地玩家控制器

{{{ content }}}