Skip to content

Commit 65fd018

Browse files
committed
Tweak documentation
1 parent 1b26551 commit 65fd018

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/CesiumRuntime/Public/CesiumCameraManager.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ class CESIUMRUNTIME_API ACesiumCameraManager : public AActor {
123123
bool UpdateCamera(int32 CameraId, UPARAM(ref) const FCesiumCamera& Camera);
124124

125125
/**
126-
* @brief Get a read-only map of the current camera IDs to cameras.
126+
* @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}.
127128
*/
128129
UFUNCTION(BlueprintCallable, Category = "Cesium")
129130
const TMap<int32, FCesiumCamera>& GetCameras() const;

0 commit comments

Comments
 (0)