Navigation
Unreal Engine C++ API Reference > Plugins > PaperTiledImporter > UPaperTiledImporterFactory
- UFactory::FactoryCreateText()
- UPaperTiledImporterFactory::FactoryCreateText()
References
Module | PaperTiledImporter |
Header | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Classes/PaperTiledImporterFactory.h |
Include | #include "PaperTiledImporterFactory.h" |
Source | /Engine/Plugins/2D/Paper2D/Source/PaperTiledImporter/Private/PaperTiledImporterFactory.cpp |
virtual UObject &42; FactoryCreateText
&40;
UClass &42; InClass,
UObject &42; InParent,
FName InName,
EObjectFlags Flags,
UObject &42; Context,
const TCHAR &42; Type,
const TCHAR &42;& Buffer,
const TCHAR &42; BufferEnd,
FFeedbackContext &42; Warn
&41;
Remarks
Create a new object by importing it from a text buffer. The new object.
Parameters
Name | Description |
---|---|
InClass | |
InParent | |
InName | |
Flags | |
Context | |
Type | (must not be nullptr, i.e. TEXT("TGA")) |
Buffer | |
BufferEnd | |
Warn |