![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Delegates/DelegateInstanceInterface.h"#include "Delegates/DelegateInstancesImplFwd.h"#include "Delegates/IDelegateInstance.h"#include "Delegates/DelegateBase.h"#include "Misc/AssertionMacros.h"#include "Templates/SharedPointer.h"#include "Templates/Tuple.h"#include "Templates/UnrealTypeTraits.h"#include "UObject/NameTypes.h"#include "UObject/WeakObjectPtrTemplates.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Delegates |
| namespace | UE::Delegates::Private |
Macros | |
| #define | INSTRUMENT_DELEGATE_MODULE() |
| #define | INSTRUMENT_DELEGATE_FUNCTION(Function) |
Functions | |
| constexpr bool | UE::Delegates::Private::IsUObjectPtr (const volatile UObjectBase *) |
| constexpr bool | UE::Delegates::Private::IsUObjectPtr (...) |
| #define INSTRUMENT_DELEGATE_MODULE | ( | ) |