UReimportCurveTableFactory::CanReimport

Check to see if the handler is capable of reimporting the object

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FReimportHandler::CanReimport()

UReimportCurveTableFactory::CanReimport()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/ReimportCurveTableFactory.h

Include

#include "Factories/ReimportCurveTableFactory.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Factories/CSVImportFactory.cpp

Syntax

virtual bool CanReimport
(
    UObject * Obj,
    TArray< FString > & OutFilenames
)

Remarks

Check to see if the handler is capable of reimporting the object

Returns

true if this handler is capable of reimporting the provided object

Parameters

Parameter

Description

Obj

Object to attempt to reimport

OutFilenames

The filename(s) of the source art for the specified object