OLS/Source/OLSAnimation/Public/DataAssets/OLSMaskingDataAsset.h
2024-09-22 17:11:19 -04:00

17 lines
388 B
C++

// © 2024 Long Ly. All rights reserved. Any unauthorized use, reproduction, or distribution of this trademark is strictly prohibited and may result in legal action.
#pragma once
#include "CoreMinimal.h"
#include "Engine/DataAsset.h"
#include "OLSMaskingDataAsset.generated.h"
/**
*
*/
UCLASS()
class OLSANIMATION_API UOLSMaskingDataAsset : public UDataAsset
{
GENERATED_BODY()
};