Property serialized invisible in documents

In Actor object Transform property is accessible with C# script because actor.cpp has code to serialize _localTransform and expose it to the C#.

But it is not mentioned either in C# docs nor in C++ docs. I understand it is in the region of between, but hope someday document will cover these ‘glue code features’ to broaden the user utilizations.