#include <CompanionWidget.h>
◆ Initialize()
| bool UCompanionWidget::Initialize |
( |
| ) |
|
|
overrideprotectedvirtual |
12{
13 const bool Success = Super::Initialize();
18 return true;
19}
◆ OnCommandingChanged()
| void UCompanionWidget::OnCommandingChanged |
( |
| ) |
|
◆ SetCompanionName()
| void UCompanionWidget::SetCompanionName |
( |
const FName & | CompanionName | ) |
const |
◆ SetDisplayPicture()
| void UCompanionWidget::SetDisplayPicture |
( |
UTexture2D * | Icon | ) |
const |
27{
28 if(Icon ==
nullptr){UE_LOG(LogCompanions,
Error, TEXT(
"Icon null in Companion Widget, Set Picture"))return;}
30}
◆ SetIsCommanding()
| void UCompanionWidget::SetIsCommanding |
( |
const bool | bCommanding | ) |
|
◆ bIsCommanding
| bool UCompanionWidget::bIsCommanding = false |
|
protected |
◆ CompanionDisplayNameTextBlock
| class UTextBlock* UCompanionWidget::CompanionDisplayNameTextBlock |
|
protected |
◆ CurrentCommandTextBlock
| class UTextBlock* UCompanionWidget::CurrentCommandTextBlock |
|
protected |
◆ DisplayPicture
| class UImage* UCompanionWidget::DisplayPicture |
|
protected |
The documentation for this class was generated from the following files:
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/AIToolKit/Source/AIToolKit/Public/Widgets/CompanionWidget.h
- T:/Unreal/Unreal Projects/SpaceAdventure52/SpaceAdventure/Plugins/AIToolKit/Source/AIToolKit/Private/Widgets/CompanionWidget.cpp