Changes the local order adjustment of an existing Set request.
Blueprint node: Set Pose Overlay Set Stack Order Offset. The signature retains the exact C++ symbol and parameter names.
bool SetStackOrderOffset(FPoseOverlayRuntimeRequest& Request, UPoseOverlaySet* Set, int32 StackOrderOffset)
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.
StackOrderOffset
Blueprint pin: Stack Order Offset. The new local order adjustment.
Return Value
bool
True when the stored offset changed.
Use Cases
- Adjust one Set's local runtime ordering without editing the authored Set Stack Order.
Notes
- Use authored order for stable semantics; use request offset only when a caller genuinely needs local reordering.