![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| class | FVectorFieldVisualizationVertexFactory |
Typedefs | |
| typedef TUniformBufferRef< FVectorFieldVisualizationParameters > | FVectorFieldVisualizationBufferRef |
Functions | |
| void | DrawVectorFieldBounds (FPrimitiveDrawInterface *PDI, const FSceneView *View, FVectorFieldInstance *VectorFieldInstance) |
| void | GetVectorFieldMesh (FVectorFieldVisualizationVertexFactory *VertexFactory, FVectorFieldInstance *VectorFieldInstance, int32 ViewIndex, FMeshElementCollector &Collector) |
Uniform buffer to hold parameters for vector field visualization.
| void DrawVectorFieldBounds | ( | FPrimitiveDrawInterface * | PDI, |
| const FSceneView * | View, | ||
| FVectorFieldInstance * | VectorFieldInstance | ||
| ) |
Draw the bounds for a vector field instance.
| PDI | - The primitive drawing interface with which to draw. |
| View | - The view in which to draw. |
| VectorFieldInstance | - The vector field instance to draw. |
| void GetVectorFieldMesh | ( | FVectorFieldVisualizationVertexFactory * | VertexFactory, |
| FVectorFieldInstance * | VectorFieldInstance, | ||
| int32 | ViewIndex, | ||
| FMeshElementCollector & | Collector | ||
| ) |