Removes a Set and all of its State requests.
Blueprint node: Remove Pose Overlay Set Request. The signature retains the exact C++ symbol and parameter names.
bool RemoveSet(FPoseOverlayRuntimeRequest& Request, UPoseOverlaySet* Set)
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.
Return Value
bool
True when the Set was removed.
Use Cases
- Remove one Set and all requested States that belong to it.