Struct FStartRequest
- struct FStartRequest
-
A struct representing a msg indicating that the connector should start.
Public Functions
- FStartRequest()
-
Create a new empty FStartRequest.
- FStartRequest(const GymConnectorStartRequest &ProtoMsg)
-
Create a new FStartRequest from a proto msg.
- Parameters:
-
ProtoMsg – [in] The proto msg to populate from
Public Static Functions
- static void FromProto(FStartRequest &EmptyResetRequest, const GymConnectorStartRequest &ProtoMsg)
-
Create a new FStartRequest from a proto msg.
- Parameters:
-
-
EmptyResetRequest – [out] The FStartRequest to populate
-
ProtoMsg – [in] The proto msg to populate from
-
- static FStartRequest *FromProto(const GymConnectorStartRequest &ProtoMsg)
-
Create a new FStartRequest from a proto msg.
- Parameters:
-
ProtoMsg – [in] The proto msg to populate from
- Returns:
-
The new FStartRequest