Navigation
API > API/Plugins > API/Plugins/EaseCurveTool > API/Plugins/EaseCurveTool/UEaseCurveSerializer
Description
Imports an Ease Curve Library asset from an external file. Override to implement custom import logic (for a specific file type for example)
| Name | Import |
| Type | function |
| Header File | /Engine/Plugins/Animation/EaseCurveTool/Source/EaseCurveTool/Public/EaseCurveSerializer.h |
| Include Path | #include "EaseCurveSerializer.h" |
| Source | /Engine/Plugins/Animation/EaseCurveTool/Source/EaseCurveTool/Private/EaseCurveSerializer.cpp |
virtual bool Import
(
const FString & InFilePath,
TSet< TWeakObjectPtr < UEaseCurveLibrary > > InWeakLibraries
)
True if the import operation was successful, false otherwise
Parameters
| Name | Remarks |
|---|---|
| InFilePath | The path to the file where the library will be exported |
| InWeakLibraries | The Ease Curve Library assets to import |