UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ScriptDelegateFwd.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 ScriptDelegateFwd.h: Delegate forward declarations
5=============================================================================*/
6
7#pragma once
8
10
13
14template <typename ThreadSafetyMode = FNotThreadSafeDelegateMode> class TScriptDelegate;
15template <typename ThreadSafetyMode = FNotThreadSafeDelegateMode> class TMulticastScriptDelegate;
16
17// Typedef script delegates for convenience.
20
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
TScriptDelegate< FThreadSafeDelegateMode > FTSScriptDelegate
Definition ScriptDelegateFwd.h:21
TMulticastScriptDelegate FMulticastScriptDelegate
Definition ScriptDelegateFwd.h:19
TScriptDelegate FScriptDelegate
Definition ScriptDelegateFwd.h:18
TMulticastScriptDelegate< FThreadSafeDelegateMode > FTSMulticastScriptDelegate
Definition ScriptDelegateFwd.h:22
Definition ScriptDelegates.h:509
Definition ScriptDelegates.h:66