Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReleaseAllPointerCapture () |
Releases capture for every pointer on every user from whatever it currently is on. | Framework/Application/SlateApplication.h | |
void ReleaseAllPointerCapture
(
int32 UserIndex |
Releases capture for every pointer belonging to the given user index particular user. | Framework/Application/SlateApplication.h |
ReleaseAllPointerCapture()
Description
Releases capture for every pointer on every user from whatever it currently is on.
| Name | ReleaseAllPointerCapture |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void ReleaseAllPointerCapture()
ReleaseAllPointerCapture(int32)
Description
Releases capture for every pointer belonging to the given user index particular user.
| Name | ReleaseAllPointerCapture |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void ReleaseAllPointerCapture
(
int32 UserIndex
)