VR Expansion Plugin > VRBase Character Movement Component > Perform Move Action Custom

Perform Move Action Custom

Perform a custom moveaction that you define, will call the OnCustomMoveActionPerformed event in the character when processed so you can run your own logic
Be sure to set the minimum data replication requirements for your move action in order to save on replication.
Flags will always replicate if it is non zero

Inputs

In
Exec

Target
VRBase Character Movement Component Object Reference

Move Action to Perform
EVRMoveAction Enum

Data Requirements for Move Action
EVRMoveActionDataReq Enum

Move Action Vector
Vector

Move Action Rotator
Rotator

Move Action Flags
Byte

Outputs

Out
Exec