Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachUser
(
TFunctionRef< void(FSlateUser&)> InPredicate, |
Allows you do some operations for every registered user. | |
| void | ForEachUser
(
TFunctionRef< void(FSlateUser*)> InPredicate, |
ForEachUser now provides an FSlateUser& parameter to the lambda instead of an FSlateUser* |