|
| void | TrackEditor::SaveLevel (Track *track, const TrackInfo *info) |
| |
| void | TrackEditor::LoadTrackDataFromJson (Track *track, const std::string &trackPath) |
| |
| void | TrackEditor::LoadTrackInfo (TrackInfo &info, std::shared_ptr< Ship::Archive > archive, std::string sceneFile) |
| |
| void | TrackEditor::Load_AddStaticMeshActor (const nlohmann::json &actorJson) |
| |
| void | TrackEditor::LoadMinimap (Track *track, std::string filePath) |
| |
| void | TrackEditor::SetDefaultMinimap (Track *track) |
| |
| void | TrackEditor::SaveActors (nlohmann::json &actorList) |
| |
| void | TrackEditor::SaveStaticMeshActors (nlohmann::json &actorList) |
| |
| void | TrackEditor::SaveTour (Track *track, nlohmann::json &tour) |
| |
| void | TrackEditor::SaveFog (nlohmann::json &fog) |
| |
| void | TrackEditor::LoadProps (Track *track, nlohmann::json &data) |
| |
| void | TrackEditor::LoadPaths (Track *track, const std::string &trackPath) |
| |
| void | TrackEditor::LoadTrackInfoData (TrackInfo &info, nlohmann::json &data) |
| |
| void | TrackEditor::LoadActors (Track *track, nlohmann::json &data) |
| |
| void | TrackEditor::LoadStaticMeshActors (Track *track, nlohmann::json &data) |
| |
| void | TrackEditor::LoadTour (Track *track, nlohmann::json &data) |
| |
| void | TrackEditor::LoadFog (nlohmann::json &data) |
| |
| void | TrackEditor::SpawnActors (std::vector< std::pair< std::string, SpawnParams > > spawnList) |
| |
| nlohmann::json | TrackEditor::ToJson (const FVector &v) |
| |
| nlohmann::json | TrackEditor::ToJson (const TourCamera::KeyFrame &kf) |
| |
| nlohmann::json | TrackEditor::ToJson (const TourCamera::CameraShot &shot) |
| |
| FVector | TrackEditor::FromJsonVec (const nlohmann::json &j) |
| |
| TourCamera::KeyFrame | TrackEditor::FromJsonKeyFrame (const nlohmann::json &j) |
| |
| TourCamera::CameraShot | TrackEditor::FromJsonCameraShot (const nlohmann::json &j) |
| |