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

Method SetALSXTPoseState

Source/ALSXT/Private/AlsxtCharacter.cpp:2008–2020  ·  view source on GitHub ↗

ALSXT Pose State

Source from the content-addressed store, hash-verified

2006
2007// ALSXT Pose State
2008void AAlsxtCharacter::SetALSXTPoseState(const FAlsxtPoseState& NewALSXTPoseState)
2009{
2010 const auto PreviousALSXTPoseState{ ALSXTPoseState };
2011
2012 ALSXTPoseState = NewALSXTPoseState;
2013
2014 OnALSXTPoseStateChanged(PreviousALSXTPoseState);
2015
2016 if ((GetLocalRole() == ROLE_AutonomousProxy) && IsLocallyControlled())
2017 {
2018 ServerSetALSXTPoseState(NewALSXTPoseState);
2019 }
2020}
2021
2022void AAlsxtCharacter::ServerSetALSXTPoseState_Implementation(const FAlsxtPoseState& NewALSXTPoseState)
2023{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected