Knowledge base
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
22 results for Row
Why: Your code looks up '{row}' in a DataTable, but no row with that name is present in the DataTable asset. Fix: Open the DataTable asset in Content Browser. Check the row names in the Row Editor panel. Either: (a) add the missing '{row}' row manually, or (b) update the lookup to use an existing row name, or (c) wire a Get All Row Names → ForEachLoop instead of hardcoding the name.
Exec outputs: 'Row Found' and 'Row Not Found'. OutRow type depends on the DataTable's row struct. RowName must match the row name in the DataTable asset exactly.
GetDataTableRowUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoA spreadsheet-like asset holding rows of a struct type. Great for item catalogs, dialogue lines, level configs.
string
Less_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoSquareUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoVector + VectorUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoApply Radial DamageUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoAdd Torque In DegreesUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoA 3D rotation (Pitch, Yaw, Roll) in degrees. Combine with Vector for full positioning.