AF-GRILL / DISForUnrealExample

BSD 2-Clause "Simplified" License
8 stars 4 forks source link

Purpose

Get Started

Cloning This Repository

This repository contains lfs files and must be cloned. Currently, GitHub does not support resolving lfs files through the download zip option. You can use the command git clone --recurse-submodule https://github.com/AF-GRILL/DISForUnrealExample.git to ensure the project is resolved properly.

This repository includes a submodule that may be updated frequently. If you have cloned this repository with git clone https://github.com/AF-GRILL/DISForUnrealExample.git you must also run the command git submodule update --init --recursive to ensure that the submodule code is cloned. However, you can skip this step by cloning this repository with the command git clone --recurse-submodule https://github.com/AF-GRILL/DISForUnrealExample.git as stated above.

If the submodule has already been added to the project but needs to be updated to the most recent state, run the command git submodule update --remote --merge

Usage

[/Game/GameModeBPs/DISGameState.DISGameState_C]
WorldTerrainCesiumURL=
WorldTerrainCesiumIonToken=
WorldTerrainCesiumIonAssetID=1
PhotogrammetryCesiumURL=
PhotogrammetryCesiumIonToken=
PhotogrammetryCesiumIonAssetID=354307

DISGameManager

DISEnumMappingsUAsset

DISEnumMappingsSettings

DISOptionsButton

DISVisualOptions

DISNetworkingOptions

SocketConnectionError

InGameMenu

DISEntityViewer

DISEntityCameraOptions

Movement

Modifying

DISEntities

DISGameState

Troubleshooting