Navigation
API > API/Plugins > API/Plugins/SpeedTreeImporter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- USpeedTreeImportFactory
- UReimportSpeedTreeFactory
References
| Module | SpeedTreeImporter |
| Header | /Engine/Plugins/Editor/SpeedTreeImporter/Source/SpeedTreeImporter/Classes/ReimportSpeedTreeFactory.h |
| Include | #include "ReimportSpeedTreeFactory.h" |
Syntax
UCLASS&40;CollapseCategories&41;
class UReimportSpeedTreeFactory :
public USpeedTreeImportFactory,
public FReimportHandler
Remarks
ReimportSpeedTreeFactory.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UObject > | GCMark |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UReimportSpeedTreeFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from FReimportHandler
| Type | Name | Description | |
|---|---|---|---|
| bool | CanReimport
(
UObject* Obj, |
Check to see if the handler is capable of reimporting the object | |
| TObjectPtr< UObject > * | Returns the UFactory object associated with this reimport handler | ||
| int32 | GetPriority () |
Get the import priority for this handler. | |
| EReimportResult::Type | Attempt to reimport the specified object from its source | ||
| void | SetReimportPaths
(
UObject* Obj, |
Sets the reimport path(s) for the specified object |