UMRILoggerComponent::SetParentController¶
Class: UMRILoggerComponent
Sets the owning spectator controller so this component can query its state.
Syntax¶
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.