Tala Esenlikler
Pose Overlay Runtime Request Library

SetSetWeight

Changes the weight of an existing Set request.

Pose Overlay 1.0.2 UE5.8 Function UPoseOverlayRuntimeRequestLibrary

Changes the weight of an existing Set request.

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

Owner UPoseOverlayRuntimeRequestLibrary
Module PoseOverlayRuntime
Category Request|Set
bool SetSetWeight(FPoseOverlayRuntimeRequest& Request, UPoseOverlaySet* Set, float Weight)

Parameters

Input / Output
Other Parameters
Weight
float

Blueprint pin: Weight. The new Set weight; values are clamped to the 0–1 range.

Return Value

bool

True when an existing Set weight changed.

Use Cases

  • Apply a runtime multiplier to an existing Set request.

Related Docs