Tala Esenlikler
Pose Overlay Runtime Request Library

SetContextTags

Replaces the complete Context tag container.

Pose Overlay 1.0.2 UE5.8 Function UPoseOverlayRuntimeRequestLibrary

Replaces the complete Context tag container.

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

Owner UPoseOverlayRuntimeRequestLibrary
Module PoseOverlayRuntime
Category Request|Context
bool SetContextTags(FPoseOverlayRuntimeRequest& Request, const FGameplayTagContainer& ContextTags)

Parameters

Input / Output
Other Parameters
ContextTags
const FGameplayTagContainer&

Blueprint pin: Context Tags. The complete replacement container.

Return Value

bool

True when the stored request changed.

Use Cases

  • Replace the complete Context tag container when gameplay already owns a canonical tag set.

Notes

  • Prefer event-driven updates when the authoritative gameplay context changes.

Related Docs