mirror of
https://github.com/lucastucious/Mirror_Animation_System.git
synced 2025-05-10 06:15:52 +00:00
15 lines
360 B
C++
15 lines
360 B
C++
// Copyright 2017-2021 Rexocrates. All Rights Reserved.
|
|
|
|
#pragma once
|
|
#include "CoreMinimal.h"
|
|
/**
|
|
*
|
|
*/
|
|
/*Class that adds the "Mirror AnimAsset" and the "Mirror Table From Skeleton" tool's buttons
|
|
when an Animation Asset or a Skeleton asset is right clicked*/
|
|
class FContentBrowserTools
|
|
{
|
|
public:
|
|
static void InstallHooks();
|
|
static void RemoveHooks();
|
|
};
|