Files
UnrealEngine/Engine/Plugins/MetaHuman/MetaHumanLiveLink/Source/MetaHumanLiveLinkSourceEditor/Public/MetaHumanLiveLinkSourceStyle.h
2025-05-18 13:04:45 +08:00

21 lines
352 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Styling/SlateStyle.h"
class METAHUMANLIVELINKSOURCEEDITOR_API FMetaHumanLiveLinkSourceStyle : public FSlateStyleSet
{
public:
static FMetaHumanLiveLinkSourceStyle& Get();
static void Register();
static void Unregister();
private:
FMetaHumanLiveLinkSourceStyle();
};