2023-09-29 15:11:48 -04:00

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;
};