We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b26551 commit 65fd018Copy full SHA for 65fd018
Source/CesiumRuntime/Public/CesiumCameraManager.h
@@ -123,7 +123,8 @@ class CESIUMRUNTIME_API ACesiumCameraManager : public AActor {
123
bool UpdateCamera(int32 CameraId, UPARAM(ref) const FCesiumCamera& Camera);
124
125
/**
126
- * @brief Get a read-only map of the current camera IDs to cameras.
+ * @brief Get a read-only map of the current camera IDs to cameras. These
127
+ * cameras have been added to the manager with {@link AddCamera}.
128
*/
129
UFUNCTION(BlueprintCallable, Category = "Cesium")
130
const TMap<int32, FCesiumCamera>& GetCameras() const;
0 commit comments