Navigation
API > API/Plugins > API/Plugins/DataflowNodes
| Name | FDataflowVectorSampler |
| Type | struct |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/SamplerNodes/DataflowSamplerTypes.h |
| Include Path | #include "Dataflow/SamplerNodes/DataflowSamplerTypes.h" |
Syntax
USTRUCT ()
struct FDataflowVectorSampler : public FDataflowVectorSamplerBase
Inheritance Hierarchy
- FDataflowVectorSamplerBase → FDataflowVectorSampler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/SamplerNodes/DataflowSamplerTypes.h | |||
FDataflowVectorSampler
(
const FDataflowVectorSampler& |
Dataflow/SamplerNodes/DataflowSamplerTypes.h | ||
FDataflowVectorSampler
(
const TSharedPtr< const FDataflowVectorSamplerBase >& InImpl |
Dataflow/SamplerNodes/DataflowSamplerTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TSharedPtr< const FDataflowVectorSamplerBase > | Dataflow/SamplerNodes/DataflowSamplerTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< const FDataflowVectorSamplerBase > & GetImpl() |
Dataflow/SamplerNodes/DataflowSamplerTypes.h |
Public Virtual
Overridden from FDataflowVectorSamplerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBox GetRenderBounds() |
Dataflow/SamplerNodes/DataflowSamplerTypes.h | ||
virtual void Sample
(
TArrayView< const FVector3f > Positions, |
Dataflow/SamplerNodes/DataflowSamplerTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowVectorSampler & operator=
(
const FDataflowVectorSampler& |
Dataflow/SamplerNodes/DataflowSamplerTypes.h |