Navigation
API > API/Plugins > API/Plugins/DataflowNodes
| Name | FDataflowSamplerTypesStorage |
| Type | struct |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowNodes/Public/Dataflow/SamplerNodes/DataflowSamplerTypes.h |
| Include Path | #include "Dataflow/SamplerNodes/DataflowSamplerTypes.h" |
Syntax
USTRUCT ()
struct FDataflowSamplerTypesStorage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/SamplerNodes/DataflowSamplerTypes.h | |||
FDataflowSamplerTypesStorage
(
const FDataflowSamplerTypesStorage& Other |
Dataflow/SamplerNodes/DataflowSamplerTypes.h | ||
| Dataflow/SamplerNodes/DataflowSamplerTypes.h | |||
FDataflowSamplerTypesStorage
(
const FDataflowFloatSampler& Sampler |
Dataflow/SamplerNodes/DataflowSamplerTypes.h | ||
FDataflowSamplerTypesStorage
(
const FDataflowVectorSampler& Sampler |
Dataflow/SamplerNodes/DataflowSamplerTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Storage | TVariant< FDataflowFloatSampler, FDataflowVectorSampler > | Currently we don't support serialization for this storage. | Dataflow/SamplerNodes/DataflowSamplerTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * TryGet() |
Dataflow/SamplerNodes/DataflowSamplerTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataflowSamplerTypesStorage & operator=
(
const FDataflowSamplerTypesStorage& Other |
Dataflow/SamplerNodes/DataflowSamplerTypes.h | ||
| Dataflow/SamplerNodes/DataflowSamplerTypes.h |