MCPcopy Create free account
hub / github.com/Voidware-Prohibited/ALSXT / Tick

Method Tick

Source/ALSXT/Private/AlsxtCharacterAdvanced.cpp:30–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void AAlsxtCharacterAdvanced::Tick(const float DeltaTime)
31{
32 Super::Tick(DeltaTime);
33
34 if (bDesiredAiming && IAlsxtHeldItemInterface::Execute_IsHoldingAimableItem(this))
35 {
36 FTransform NewTransform;
37 FAlsxtAimState NewAimState = GetAimState();
38 NewAimState.CurrentCameraTargetRelativeTransform = NewTransform;
39 SetAimState(NewAimState);
40 }
41}
42
43void AAlsxtCharacterAdvanced::BeginPlay()
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected