From 8c976f56aad2b7e345e92a4b2218fb9b1ada79a0 Mon Sep 17 00:00:00 2001 From: OleksiiPira1 <156925830+OleksiiPira1@users.noreply.github.com> Date: Fri, 29 May 2026 13:07:05 +0200 Subject: [PATCH] Update documentation for SetRef() function Clarify behavior of associative arrays in SetRef() Signed-off-by: OleksiiPira1 <156925830+OleksiiPira1@users.noreply.github.com> --- docs/DEVELOPER/performance-guide/data-transfer-apis.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DEVELOPER/performance-guide/data-transfer-apis.md b/docs/DEVELOPER/performance-guide/data-transfer-apis.md index ba7571fe..fd6af9ae 100644 --- a/docs/DEVELOPER/performance-guide/data-transfer-apis.md +++ b/docs/DEVELOPER/performance-guide/data-transfer-apis.md @@ -152,6 +152,8 @@ This function may only be called on the render thread. Field observers are not notified when this function is called. +Unlike direct field assignment, associative arrays passed via SetRef() may contain anonymous functions which can be pass callbacks and behavior between nodes. + #### Parameters | **Name** | **Type** | **Description** |