Navigation
API > API/Plugins > API/Plugins/GeoReferencing
| Name | FUFSProj |
| Type | class |
| Header File | /Engine/Plugins/Runtime/GeoReferencing/Source/GeoReferencing/Public/UFSProjSupport.h |
| Include Path | #include "UFSProjSupport.h" |
Syntax
class FUFSProj
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PROJ_FunctionTable | static | UFSProjSupport.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Close
(
PJ_CONTEXT* ctx, |
Close file | UFSProjSupport.h | |
static int Exists
(
PJ_CONTEXT* ctx, |
Return TRUE if a file exists | UFSProjSupport.h | |
static int MkDir
(
PJ_CONTEXT* ctx, |
Return TRUE if directory exists or could be created | UFSProjSupport.h | |
static PROJ_FILE_HANDLE * Open
(
PJ_CONTEXT* ctx, |
Open file. Return NULL if error | UFSProjSupport.h | |
static size_t Read
(
PJ_CONTEXT* ctx, |
Read sizeBytes into buffer from current position and return number of bytes read | UFSProjSupport.h | |
static int Rename
(
PJ_CONTEXT* ctx, |
Return TRUE if file could be renamed | UFSProjSupport.h | |
static int Seek
(
PJ_CONTEXT* ctx, |
Seek to offset using whence=SEEK_SET/SEEK_CUR/SEEK_END. Return TRUE in case of success | UFSProjSupport.h | |
static unsigned long long Tell
(
PJ_CONTEXT* ctx, |
Return current file position | UFSProjSupport.h | |
static int Unlink
(
PJ_CONTEXT* ctx, |
Return TRUE if file could be removed | UFSProjSupport.h | |
static size_t Write
(
PJ_CONTEXT* ctx, |
Write sizeBytes into buffer from current position and return number of bytes written | UFSProjSupport.h |