MCPcopy Create free account
hub / github.com/Sixze/ALS-Refactored / ServerSetViewMode_Implementation

Method ServerSetViewMode_Implementation

Source/ALS/Private/AlsCharacter.cpp:464–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void AAlsCharacter::ServerSetViewMode_Implementation(const FGameplayTag NewViewMode)
465{
466 SetViewMode(NewViewMode, false);
467}
468
469void AAlsCharacter::OnMovementModeChanged(const EMovementMode PreviousMovementMode, const uint8 PreviousCustomMode)
470{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected