FKismetEditorUtilities::AddInterfaceTags

Add information about any interfaces that have been implemented to the OutTags array

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Kismet2/KismetEditorUtilities.h

Include

#include "Kismet2/KismetEditorUtilities.h"

Syntax

static void AddInterfaceTags
(
    const UBlueprint * Blueprint,
    TArray< UObject::FAssetRegistryTag > & OutTags
)

Remarks

Add information about any interfaces that have been implemented to the OutTags array

Parameters

Parameter

Description

Blueprint

Blueprint to harvest interface data from

OutTags

Array to add tags to

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