Interface and Library
{{ currentPage ? currentPage.title : "" }}
Interface:UntimateActorInterface
Library:UltimateBlueprintFunctionLibrary
The ultimate entity interface needs to be added to players, buildings, and monsters
If the basic entities in the plugin are used, most of them do not need to be modified. If not used, all interface content needs to be manually implemented
Interface Function | Explain |
---|---|
GetTeam | Get Team |
GetDescTitle | Get Description Title |
IsAlive | IsAlive |
Library | Explain |
---|---|
GetControllerComponent | Get Local Controller Component |
GetInventoryComponent | Get Local Inventory Component |
GetPlayerController | GetPlayerController |
{{{ content }}}