# RawFrameDataView.FlowEvent

> This struct describes profiler flow and its relation to the specific sample in the frame.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.Profiling](/engine/6000.6/script-reference/unityeditor/profiling.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct RawFrameDataView.FlowEvent
```

## Fields

| Value                                                                                                                      | Description                                                  |
| -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------ |
| [FlowEventType](/engine/6000.6/script-reference/unityeditor/profiling/rawframedataview/flowevent/floweventtype.md)         | Use to determine flow event type.                            |
| [FlowId](/engine/6000.6/script-reference/unityeditor/profiling/rawframedataview/flowevent/flowid.md)                       | Flow identifier.                                             |
| [ParentSampleIndex](/engine/6000.6/script-reference/unityeditor/profiling/rawframedataview/flowevent/parentsampleindex.md) | Use to determine the sample index the flow event belongs to. |
