Knowledge base
Search Blueprint patterns
Searching…
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 has
Pure node. Use to gate server-only logic. On Listen server: true for host, varies for clients.
HasAuthorityUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoSwitch On HasAuthority: 'Authority' exec fires on server, 'Remote' fires on clients. Use to gate server-only logic like damage calculation, score updates, spawning.
HasAuthority_NetworkingUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoCall on the CharacterMovementComponent, not directly on Character. Or use IsMovingOnGround.
IsInAirUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoOR=BooleanOR, NOT=Not_PreBool, XOR=BooleanXOR
ANDUE 5.4, 5.7updated 2mo agostring
BooleanANDUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoBooleanORUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoPossessPawnUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoPure node. Tags are added in the Actor Details panel → Tags array. Case-sensitive.
ActorHasTagUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoActor Has TagUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo ago