Navigation
API > API/Plugins > API/Plugins/VPUtilities
| Name | IVPInteraction |
| Type | class |
| Header File | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilities/Public/IVPInteraction.h |
| Include Path | #include "IVPInteraction.h" |
Syntax
class IVPInteraction : public IInterface
Implements Interfaces
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnActorDroppedFromCarry() |
Called when actor is dropped from Carry state by the VREd interactor | IVPInteraction.h |
|
void OnActorDroppedFromTransform() |
Called when dropped by VRTool | IVPInteraction.h | |
void OnActorSelectedForTransform() |
Called when an actor is selected by the VREd interactor | IVPInteraction.h |
|