FBlueprintDifferenceTreeEntry::CreateCategoryEntry

Create category message for the diff UI

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/DiffUtils.h

Include

#include "DiffUtils.h"

Source

/Engine/Source/Editor/Kismet/Private/DiffUtils.cpp

Syntax

static TSharedPtr< FBlueprintDifferenceTreeEntry > CreateCategoryEntry
(
    const FText & LabelText,
    const FText & ToolTipText,
    FOnDiffEntryFocused FocusCallback,
    const TArray< TSharedPtr< FBlueprintDifferenceTreeEntry > > & Children,
    bool bHasDifferences
)

Remarks

Create category message for the diff UI

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