Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/UDataflowEditorVertexAttributePa-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyVisibilityFilter
(
const TArray< int32 >& Vertices, |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h | ||
void ApplyVisibilityFilter
(
TSet< int32 >& Triangles, |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
ApplyVisibilityFilter(const TArray< int32 > &, TArray< int32 > &)
| Name | ApplyVisibilityFilter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.cpp |
void ApplyVisibilityFilter
(
const TArray < int32 > & Vertices,
TArray < int32 > & VisibleVertices
)
ApplyVisibilityFilter(TSet< int32 > &, TArray< int32 > &, TArray< int32 > &)
| Name | ApplyVisibilityFilter |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.cpp |
void ApplyVisibilityFilter
(
TSet< int32 > & Triangles,
TArray < int32 > & ROIBuffer,
TArray < int32 > & OutputBuffer
)