![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <OverrideVoidReturnInvoker.h>
Public Member Functions | |
| TOverrideVoidReturnInvoker (ReturnType InDefaultValue, FuncType InFunction) | |
| template<typename... ArgTypes> | |
| bool | operator() (ArgTypes &&... Args) |
Public Attributes | |
| ReturnType | DefaultValue |
| FuncType | Function |
Wraps invocation of a function that can return a value or not. If it doesn't, the function call is wrapped into a function that will invoke the provided function and return the provided default value.
|
inline |
|
inline |
| ReturnType TOverrideVoidReturnInvoker< ReturnType, FuncType >::DefaultValue |
| FuncType TOverrideVoidReturnInvoker< ReturnType, FuncType >::Function |