Skip to content

Commit

Permalink
[#60] Simplify Logic for Convertering Tag Name to String
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyPaddock committed Jul 19, 2024
1 parent 8067176 commit 7e4f699
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FPF2TemlCalculation::FPF2TemlCalculation(const FGameplayTag TagPrefix,
// option.
if (CharacterTags->HasTag(TagPrefix))
{
const FString TagPrefixString = TagPrefix.GetTagName().GetPlainNameString();
const FString TagPrefixString = TagPrefix.ToString();

// "When attempting a check that involves something you have some training in, you will also add your
// proficiency bonus. This bonus depends on your proficiency rank: untrained, trained, expert, master, or
Expand Down

0 comments on commit 7e4f699

Please sign in to comment.