Tala Esenlikler
Pose Overlay Runtime Request Library

GetSetWeight

Reads the weight of an existing Set request.

Pose Overlay 1.0.1 UE5.8 Function UPoseOverlayRuntimeRequestLibrary

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.

Owner UPoseOverlayRuntimeRequestLibrary
Module PoseOverlayRuntime
Category Request|Set
bool GetSetWeight(const FPoseOverlayRuntimeRequest& Request, UPoseOverlaySet* Set, float& OutWeight)

Parameters

Other Parameters
OutWeight
float&

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.

Related Docs