feat: tooltip box
This commit is contained in:
BIN
Content/DT_SkillTree.uasset
(Stored with Git LFS)
BIN
Content/DT_SkillTree.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/UI/WBP_SkillNode.uasset
(Stored with Git LFS)
BIN
Content/UI/WBP_SkillNode.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/UI/WBP_SkillNodeTooltip.uasset
(Stored with Git LFS)
Normal file
BIN
Content/UI/WBP_SkillNodeTooltip.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/UI/WBP_SkillTree.uasset
(Stored with Git LFS)
BIN
Content/UI/WBP_SkillTree.uasset
(Stored with Git LFS)
Binary file not shown.
@@ -99,14 +99,14 @@ public:
|
||||
|
||||
UFUNCTION(BlueprintPure, Category = "Skill State")
|
||||
bool CanSelectSkill(FName SkillID, FText& OutErrorMessage) const;
|
||||
|
||||
UFUNCTION(BlueprintPure, Category = "Skill State")
|
||||
ESkillNodeState GetSkillState(FName SkillID) const;
|
||||
|
||||
|
||||
// Get skill data
|
||||
UFUNCTION(BlueprintPure, Category = "Skill Data")
|
||||
bool GetSkillNodeData(FName SkillID, FSkillNodeRuntime& OutNodeData) const;
|
||||
|
||||
UFUNCTION(BlueprintPure, Category = "Skill State")
|
||||
ESkillNodeState GetSkillState(FName SkillID) const;
|
||||
|
||||
UFUNCTION(BlueprintPure, Category = "Skill Data")
|
||||
TArray<FSkillNodeRuntime> GetAllSkillNodes() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user