#include "CoreMinimal.h"
#include "WeArtTouchableObject.h"
#include "WeArtCommon.h"
#include "GameFramework/Actor.h"
#include "WeArtGraspEvents.generated.h"
Go to the source code of this file.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams() [1/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams |
( |
FOnHandControllerGraspSignature |
, |
|
|
HandSide |
, |
|
|
handSide |
, |
|
|
UWeArtTouchableObject * |
, |
|
|
weArtTouchableObject |
|
|
) |
| |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams() [2/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams |
( |
FOnHandControllerReleaseSignature |
, |
|
|
HandSide |
, |
|
|
handSide |
, |
|
|
UWeArtTouchableObject * |
, |
|
|
weArtTouchableObject |
|
|
) |
| |