Reads the weight of an existing Set request.
Blueprint node: Get Pose Overlay Set Weight. The signature retains the exact C++ symbol and parameter names.
bool GetSetWeight(const FPoseOverlayRuntimeRequest& Request, UPoseOverlaySet* Set, float& OutWeight)
Parameters
Other Parameters
Request
Blueprint pin: Request. The caller-owned request to read.
Set
Blueprint pin: Set. The loaded Pose Overlay Set.
OutWeight
Blueprint pin: Out Weight. Receives the stored Set weight.
Return Value
bool
True when the Set was found.
Use Cases
- Inspect the effective stored Set-request weight while debugging.