Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FBatchedElements
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/BatchedElements.h |
Include | #include "BatchedElements.h" |
Source | /Engine/Source/Runtime/Engine/Private/BatchedElements.cpp |
void DrawPointElements
&40;
FRHICommandList & RHICmdList,
const FMatrix & Transform,
const uint32 ViewportSizeX,
const uint32 ViewportSizeY,
const FVector & CameraX,
const FVector & CameraY
&41; const
Remarks
Draws points
Parameters
Name | Description |
---|---|
Transform | Transformation matrix to use |
ViewportSizeX | Horizontal viewport size in pixels |
ViewportSizeY | Vertical viewport size in pixels |
CameraX | Local space normalized view direction X vector |
CameraY | Local space normalized view direction Y vector |