![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
This is the complete list of members for FSparseDelegateStorage, including all inherited members.
| Add(const UObject *DelegateOwner, const FName DelegateName, FScriptDelegate Delegate) | FSparseDelegateStorage | static |
| AddUnique(const UObject *DelegateOwner, const FName DelegateName, FScriptDelegate Delegate) | FSparseDelegateStorage | static |
| Clear(const UObject *DelegateOwner, const FName DelegateName) | FSparseDelegateStorage | static |
| Contains(const UObject *DelegateOwner, const FName DelegateName, const FScriptDelegate &Delegate) | FSparseDelegateStorage | static |
| Contains(const UObject *DelegateOwner, const FName DelegateName, const UObject *InObject, FName InFunctionName) | FSparseDelegateStorage | static |
| FObjectListener | FSparseDelegateStorage | friend |
| GetMulticastDelegate(const UObject *DelegateOwner, const FName DelegateName) | FSparseDelegateStorage | static |
| GetSharedMulticastDelegate(const UObject *DelegateOwner, const FName DelegateName) | FSparseDelegateStorage | static |
| RegisterDelegateOffset(const UObject *OwningObject, FName DelegateName, size_t OffsetToOwner) | FSparseDelegateStorage | static |
| Remove(const UObject *DelegateOwner, const FName DelegateName, const FScriptDelegate &Delegate) | FSparseDelegateStorage | static |
| Remove(const UObject *DelegateOwner, const FName DelegateName, const UObject *InObject, FName InFunctionName) | FSparseDelegateStorage | static |
| RemoveAll(const UObject *DelegateOwner, const FName DelegateName, const UObject *UserObject) | FSparseDelegateStorage | static |
| ResolveSparseDelegate(const UObject *OwningObject, FName DelegateName) | FSparseDelegateStorage | static |
| ResolveSparseOwner(const FSparseDelegate &SparseDelegate, const FName OwningClassName, const FName DelegateName) | FSparseDelegateStorage | static |
| SetMulticastDelegate(const UObject *DelegateOwner, const FName DelegateName, FMulticastScriptDelegate Delegate) | FSparseDelegateStorage | static |
| SparseDelegateReport(const TArray< FString > &, UWorld *, FOutputDevice &) | FSparseDelegateStorage | static |