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 unpaused
UGameplayStatics::SetGamePaused.
Set Game PausedUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoGetUnpausedTimeSecondsUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoNot affected by time dilation or pause.
Get Real Time SecondsUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoStopMontageUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoUnPossessUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoStopJumpingUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoQuitGameUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoStop Anim MontageUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoQuit GameUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoPattern: custom OnDeath event → GetCharacterMovement → DisableMovement() → GetMesh → SetSimulatePhysics(bSimulate=true) → SetCollisionEnabled(NoCollision) on CapsuleComponent. Key: SetSimulatePhysics is called on the MESH component (SkeletalMeshComponent), NOT on the actor or CharacterMovementComponent. Also set collision profile: SetCollisionProfileName('Ragdoll') on the mesh.