![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "UObject/SparseDelegate.h"#include "UObject/Class.h"#include "UObject/Package.h"#include "HAL/IConsoleManager.h"#include "Misc/ScopeLock.h"Variables | |
| FAutoConsoleCommand | SparseDelegateReportCommand (TEXT("SparseDelegateReport"), TEXT("Outputs a report of what sparse delegates are bound. SparseDelegateReport [name=<ObjectName>] [delegate=<DelegateName>] [class=<ClassName>] -details"), FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(FSparseDelegateStorage::SparseDelegateReport)) |
| FAutoConsoleCommand SparseDelegateReportCommand(TEXT("SparseDelegateReport"), TEXT("Outputs a report of what sparse delegates are bound. SparseDelegateReport [name=<ObjectName>] [delegate=<DelegateName>] [class=<ClassName>] -details"), FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(FSparseDelegateStorage::SparseDelegateReport)) | ( | TEXT("SparseDelegateReport") | , |
| TEXT("Outputs a report of what sparse delegates are bound. SparseDelegateReport [name=<ObjectName>] [delegate=<DelegateName>] [class=<ClassName>] -details") | , | ||
| FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(FSparseDelegateStorage::SparseDelegateReport) | |||
| ) |