Replaces the complete Context tag container.
Blueprint node: Set Pose Overlay Context Tags. The signature retains the exact C++ symbol and parameter names.
bool SetContextTags(FPoseOverlayRuntimeRequest& Request, const FGameplayTagContainer& ContextTags)
Parameters
Input / Output
Request
Blueprint pin: Request. The caller-owned request to read or change.
Other Parameters
ContextTags
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.