UCameraModifier_ArrowCam¶
#include <CameraModifier_ArrowCam.h>
Inherits from UCameraModifier
Public Functions¶
| Name | |
|---|---|
| void | ArrowCamPressed() |
| void | ArrowCamReleased() |
| UCameraModifier_ArrowCam() |
Protected Functions¶
| Name | |
|---|---|
| void | OnFakeClientAttached(AInventoryItem * ParentItem) |
| void | UpdateCharacterMesh() |
Public Attributes¶
| Name | |
|---|---|
| AInventoryItem * | Projectile |
| bool | bArrowCamPressed |
Protected Attributes¶
| Name | |
|---|---|
| UInputComponent * | InputComponent |
| FRotator | LastTargetRotation |
| FVector | SmoothOffset |
| FRotator | SmoothRotation |
| float | TimeAfterCollision |
| FTransform | TransformOnCollision |
| bool | bFakeClientStopped |
Updated on 2025-01-21 at 09:02:24 +0100