Skip to content

UMRIDemoSubsystem::GetPlayerPawnByName

Class: UMRIDemoSubsystem

Finds the player pawn by searching for an actor whose name matches the stored player pawn name.

Syntax

APawn * UMRIDemoSubsystem::GetPlayerPawnByName()

Return Value

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

Remarks

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