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.
bool SetSetWeight(FPoseOverlayRuntimeRequest& Request, UPoseOverlaySet* Set, float Weight)
Parameters
Input / Output
Request
Blueprint pin: Request. The caller-owned request to read or change.
Other Parameters
Set
Blueprint pin: Set. The loaded Pose Overlay Set.
Weight
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.