![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Go to the source code of this file.
Data Structures | |
| class | UDynamicDelegateTestClass |
Typedefs | |
| using | FTestDelegateWithArray = TDelegate<int32(TArray<FString>&)> |
Functions | |
| DECLARE_DYNAMIC_DELEGATE_OneParam (FTestDynamicDelegate, int32, Argument) | |
| DECLARE_DYNAMIC_DELEGATE_RetVal_OneParam (int32, FTestDynamicDelegateRetVal, int32, Argument) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE (FTestDynamicMulticastDelegate) | |
Definition in file DummyDynamicDelegates.h.
| using FTestDelegateWithArray = TDelegate<int32(TArray<FString>&)> |
Definition at line 19 of file DummyDynamicDelegates.h.
| DECLARE_DYNAMIC_DELEGATE_OneParam | ( | FTestDynamicDelegate | , |
| int32 | , | ||
| Argument | ) |
| DECLARE_DYNAMIC_DELEGATE_RetVal_OneParam | ( | int32 | , |
| FTestDynamicDelegateRetVal | , | ||
| int32 | , | ||
| Argument | ) |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE | ( | FTestDynamicMulticastDelegate | ) |