mirror of
https://github.com/lucastucious/Mirror_Animation_System.git
synced 2025-05-10 14:25:51 +00:00
16 lines
360 B
C
16 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();
|
||
|
};
|