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.
27 results for transform
Pure node. Essential for SpawnActorFromClass which requires a Transform, not separate Location/Rotation.
MakeTransformUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoLocation + Rotation + Scale bundled. Every Actor has a Transform; SetActorTransform writes all three.
BreakTransformUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoK2_SetActorTransform.
SetActorTransformUE 5.4, 5.7updated 2mo agoA component with a Transform — can be attached and positioned in 3D. Static Mesh and Camera inherit from it.
Anything that can be placed in a Level. Has a Transform. Player characters, props, lights, and triggers all inherit from Actor.
A SceneComponent with simulate-physics enabled. Driven by forces, gravity, collisions instead of explicit transforms.
Make TransformUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoBreak TransformUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoK2_TeleportTo.
TeleportToUE 5.4, 5.7updated 2mo ago