Skip to content

UMRIDemoSubsystem::GetPlayerPawnByTag

Class: UMRIDemoSubsystem

Finds the player pawn by searching for an actor tagged with MRIPlayerTag.

Syntax

APawn * UMRIDemoSubsystem::GetPlayerPawnByTag()

Return Value

Pointer to the tagged player APawn, or nullptr if not found.

Remarks

Pointer to the tagged player APawn, or nullptr if not found.