Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachUser
(
TFunctionRef< void(FSlateUser&)> InPredicate, |
Allows you do some operations for every registered user. | Framework/Application/SlateApplication.h | |
void ForEachUser
(
TFunctionRef< void(FSlateUser*)> InPredicate, |
Framework/Application/SlateApplication.h |
ForEachUser(TFunctionRef< void(FSlateUser &)>, bool)
Description
Allows you do some operations for every registered user.
| Name | ForEachUser |
| 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 ForEachUser
(
TFunctionRef < void &)> InPredicate,
bool bIncludeVirtualUsers
)
ForEachUser(TFunctionRef< void(FSlateUser *)>, bool)
| Name | ForEachUser |
| 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 ForEachUser
(
TFunctionRef < void *)> InPredicate,
bool bIncludeVirtualUsers
)