Reverse-chronological log of documentation updates. Each entry corresponds to a batch of plugin changes that the auto-updater skill (ccs-docs-updater) processed.

Entries are written automatically; feel free to edit them if you want to reword or add context.

2026-04-17 — plugin 2810fd5..92c6051

Plugin commits (compare)

  • 92c6051 Add OverridePin for ActivateCameraFromDataTable.

C++ API pages regenerated: 14 classes modified (0 added, 14 modified, 0 removed).

  • Modified: UComposableCameraBlueprintLibrary, UComposableCameraEvaluationTree, UComposableCameraTypeAsset, UComposableCameraPathGuidedTransition, UComposableCameraSplineTransition, FComposableCameraActivateParams, FComposableCameraEvaluationTreeLeafNodeWrapper, FComposableCameraEvaluationTreeReferenceLeafNodeWrapper, FComposableCameraExposedParameter, FComposableCameraNodePinDeclaration, FComposableCameraParameterBlock, FComposableCameraPose, and the shared Enumerations and free-Functions pages.

Prose drafts added: none — no new public node, transition, or modifier headers were added in this commit range, so the catalog pages (docs/reference/nodes.md, transitions.md, modifiers.md) were left untouched.

Flagged for review:

  • The ActivateComposableCameraFromDataTable K2 node gained an override-pin mechanism this commit (the public runtime struct FComposableCameraActivateParams and the UComposableCameraBlueprintLibrary activation helpers were updated alongside the K2 node). docs/reference/activate-camera-from-data-table.md was already hand-edited for this in the previous docs commit (31e8165), so cross-check that the documented signature still matches the regenerated FComposableCameraActivateParams API page.
  • No internal design docs (Docs/DesignDoc.md, Docs/EditorDesignDoc.md, Docs/ExecutionFlowExamples.md) changed this run, so docs/user-guide/concepts/*.md does not need a concepts review.

2026-04-16 — plugin 775fc66..2810fd5

Plugin commits (compare)

  • 2810fd5 Optimize pins; add more nodes; support complex camera pose parameters; add FName and Enum pin support.

C++ API pages regenerated: 39 classes changed (5 added, 32 modified, 2 removed).

  • Added: UComposableCameraFilmbackNode, UComposableCameraLensNode, UComposableCameraOrthographicNode, FComposableCameraNodePinBinding, FComposableCameraNodePinBindingTable.
  • Removed: UComposableCameraComputeRandomOffsetNode, UComposableCameraFixedPoseNode (headers deleted upstream).

Prose drafts added: none — docs/reference/nodes.md already contains hand-authored entries for all three new nodes (LensNode, FilmbackNode, OrthographicNode), so no auto-drafted stubs were appended.

Flagged for review:

  • docs/reference/nodes.md still contains prose sections for FixedPoseNode (line 16) and ComputeRandomOffsetNode (line 177) whose underlying headers were deleted in this commit range. Either confirm the nodes still exist under a different name or remove/update those prose entries.
  • New FComposableCameraNodePinBinding / FComposableCameraNodePinBindingTable structs appeared alongside the "FName and Enum pin support" commit. Consider whether pin-binding authoring deserves a short section in docs/user-guide/authoring-camera-types.md.

2026-04-15 — initial baseline at plugin 775fc66

Documentation site and auto-update pipeline established. The C++ API reference under reference/api/ reflects plugin dev-v1 at commit 775fc66 ("Refactor everything with AI."). Subsequent changes will appear above this entry.