Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
Inheritance Hierarchy
- FNode
- TSourceNode
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowCoreNodes.h |
| Include | #include "GeometryFlowCoreNodes.h" |
Syntax
template<typename T, int32 StorageTypeIdentifier>
class TSourceNode : public UE::GeometryFlow::FNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSafeSharedPtr< DataType > | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSourceNode () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString | |||
| void | UpdateSourceValue
(
const T& NewValue |
Overridden from FNode
| Type | Name | Description | |
|---|---|---|---|
| void | CollectAllRequirements
(
TArray< FEvalRequirement >& RequiredInputsOut |
||
| void | CollectRequirements
(
const TArray< FString >& Outputs, |
Find the list of named inputs that must be available to compute the named Outputs. | |
| void | Evaluate
(
const FNamedDataMap& DatasIn, |
Typedefs
Constants
| Name | Description |
|---|---|
| DataTypeIdentifier |