12 lines
263 B
C
12 lines
263 B
C
// ©2023 Batty Bovine Productions, LLC. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
struct FAssetEditorTabs_ComboActionGraph
|
|
{
|
|
// Tab identifiers
|
|
static const FName ComboActionGraphPropertyID;
|
|
static const FName ViewportID;
|
|
static const FName SearchToolbarID;
|
|
};
|