Tala Esenlikler
Pose Overlay Runtime Request Library

SetContextActive

Adds or removes one exact Context tag.

Pose Overlay 1.0.2 UE5.8 Function UPoseOverlayRuntimeRequestLibrary

Adds or removes one exact Context tag.

Blueprint node: Set Pose Overlay Context Active. The signature retains the exact C++ symbol and parameter names.

Owner UPoseOverlayRuntimeRequestLibrary
Module PoseOverlayRuntime
Category Request|Context
bool SetContextActive(FPoseOverlayRuntimeRequest& Request, FGameplayTag ContextTag, bool bActive)

Parameters

Input / Output
Other Parameters
ContextTag
FGameplayTag

Blueprint pin: Context Tag. The exact Context tag.

bActive
bool

Blueprint pin: Active. True to add the tag; false to remove it.

Return Value

bool

True when the stored request changed.

Use Cases

  • Mirror one authoritative gameplay condition such as crouching into the Pose Overlay Context tag container.

Notes

  • A Context tag does not activate a State by itself. Mutate the same persistent request connected to the Stack.

Related Docs