Skip to content

UMRILoggerComponent::SetParentController

Class: UMRILoggerComponent

Sets the owning spectator controller so this component can query its state.

Syntax

void UMRILoggerComponent::SetParentController(AMRISpectatorController *parent)

Parameters

Parameter Type Description
parent AMRISpectatorController * The AMRISpectatorController that owns this logger.

Remarks

Must be called before LogFrame() is invoked. parent The AMRISpectatorController that owns this logger.