#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
#include "VRBPDatatypes.h"
#include "GripScripts/VRGripScriptBase.h"
#include "UObject/Interface.h"
#include "VRGripInterface.generated.h"
Go to the source code of this file.
|
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FVROnDropSignature, UGripMotionControllerComponent *, GrippingController, const FBPActorGripInformation &, GripInformation, bool, bWasSocketed) |
|
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FVROnGripSignature, UGripMotionControllerComponent *, GrippingController, const FBPActorGripInformation &, GripInformation) |
|
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()
Delegate for notification when the controller drops a gripped object.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams()
Delegate for notification when the controller grips a new object.