UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DatasmithAnimationSerializer.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "HAL/Platform.h"
7
8#define UE_API DATASMITHCORE_API
9
10class FArchive;
12
13#define DATASMITH_ANIMATION_EXTENSION TEXT(".udsanim")
14
21
22#undef UE_API
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_API
Definition DatasmithAnimationSerializer.h:8
Definition Archive.h:1208
Definition DatasmithAnimationSerializer.h:16
UE_API bool Deserialize(const TSharedRef< IDatasmithLevelSequenceElement > &LevelSequence, const TCHAR *FilePath)
Definition DatasmithAnimationSerializer.cpp:454
Definition DatasmithAnimationElements.h:120
Definition LevelSequence.Build.cs:6
Definition SharedPointer.h:153