IGameplayTagsEditorModule::AddNewGameplayTagToINI

Tries to add a new gameplay tag to the ini lists

Windows
MacOS
Linux

References

Module

GameplayTagsEditor

Header

/Engine/Plugins/Editor/GameplayTagsEditor/Source/GameplayTagsEditor/Public/GameplayTagsEditorModule.h

Include

#include "GameplayTagsEditorModule.h"

Syntax

bool AddNewGameplayTagToINI
(
    const FString & NewTag,
    const FString & Comment,
    FName TagSourceName,
    bool bIsRestrictedTag,
    bool bAllowNonRestrictedChildren
)

Remarks

Tries to add a new gameplay tag to the ini lists

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss