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.
20 results for Bone
The bone hierarchy of a Skeletal Mesh. Multiple meshes can share one skeleton to share animations.
string
A 3D model with a skeleton — can be animated. Used for characters and creatures.
Call on the SkeletalMeshComponent. Get it via GetMesh() on Character. Returns montage length. Exec out is 'then'.
PlayMontageUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoUE5 uses SetSkeletalMeshAsset, not SetSkeletalMesh.
Set Skeletal MeshUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoPure node. Cast result to your ABP_Character class to access anim variables.
GetAnimInstanceUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoA non-deforming 3D model (rocks, walls, props). Cheap to render. For animated meshes use Skeletal Mesh.
Bounds a value between Min and Max. Useful for clamping health to [0, MaxHealth] etc.
A 2D image asset used by Materials (color, normal, roughness maps) or UMG Images.
USkeletalMeshComponent method. Cast to your AnimBP class.
Get Anim InstanceUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo ago