MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetFields

Function GetFields

Source/Engine/Scripting/BinaryModule.h:180–182  ·  view source on GitHub ↗

Gets handles of all fields in a given scripting type. The type to find fields inside it. The output list of field pointers.

Source from the content-addressed store, hash-verified

178 /// <param name="typeHandle">The type to find fields inside it.</param>
179 /// <param name="fields">The output list of field pointers.</param>
180 virtual void GetFields(const ScriptingTypeHandle& typeHandle, Array<void*>& fields)
181 {
182 }
183
184 /// <summary>
185 /// Tries to find a field in a given scripting type by the field name.

Callers 1

GetFieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected