Agrarsense
|
#include <AgrarsensePaths.h>
Static Public Member Functions | |
static FString | GetProjectRootFolder () |
static FString | GetContentFolderPath () |
static FString | GetDataFolder () |
static FString | GetExamplesFolder () |
Static Private Attributes | |
static FString | DataPathForThisRun = "" |
Friends | |
class | AAgrarsenseGameModeBase |
Definition at line 14 of file AgrarsensePaths.h.
|
static |
Get project content folder path
Definition at line 32 of file AgrarsensePaths.cpp.
References GetProjectRootFolder().
|
static |
Get AGRARSENSE data folder
Definition at line 40 of file AgrarsensePaths.cpp.
References DataPathForThisRun, and GetProjectRootFolder().
Referenced by ALidarManager::BeginPlay(), ULogFile::Create(), ASensor::CreateDataSavePath(), and USimulatorJsonExporter::CreateUniqueFilePath().
|
static |
Get AGRARSENSE Examples folder
Definition at line 74 of file AgrarsensePaths.cpp.
References GetProjectRootFolder().
|
static |
Get project root folder path. When playing in Editor this means Git root path (example. C:/Agrarsense/). when playing on packaged build this means SOME_PATH/Agrarsense.exe path.
Definition at line 17 of file AgrarsensePaths.cpp.
Referenced by GetContentFolderPath(), GetDataFolder(), and GetExamplesFolder().
|
friend |
Definition at line 52 of file AgrarsensePaths.h.
|
staticprivate |
Definition at line 54 of file AgrarsensePaths.h.
Referenced by GetDataFolder().