Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FActorEndTouchOverSignature_MCSignature |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
Syntax
class FActorEndTouchOverSignature_MCSignature : public TBaseDynamicMulticastDelegate< FNotThreadSafeDelegateMode, void, ETouchIndex::Type, AActor * >
Inheritance Hierarchy
- TDelegateAccessHandlerBase → TMulticastScriptDelegate → TBaseDynamicMulticastDelegate → FActorEndTouchOverSignature_MCSignature
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | GameFramework/Actor.h | ||
FActorEndTouchOverSignature_MCSignature
(
const TMulticastScriptDelegate<>& InMulticastScriptDelegate |
Construction from an FMulticastScriptDelegate must be explicit. | GameFramework/Actor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Broadcast
(
ETouchIndex::Type InParam1, |
Broadcasts this delegate to all bound objects, except to those that may have expired | GameFramework/Actor.h |