Tala Esenlikler
Pose Overlay Runtime Request Library

SetStackOrderOffset

Changes the local order adjustment of an existing Set request.

Pose Overlay 1.0.2 UE5.8 Function UPoseOverlayRuntimeRequestLibrary

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.

Owner UPoseOverlayRuntimeRequestLibrary
Module PoseOverlayRuntime
Category Request|Set
bool SetStackOrderOffset(FPoseOverlayRuntimeRequest& Request, UPoseOverlaySet* Set, int32 StackOrderOffset)

Parameters

Input / Output
Other Parameters
StackOrderOffset
int32

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.

Related Docs