UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDataflowVectorTypes Struct Reference

#include <DataflowAnyType.h>

+ Inheritance diagram for FDataflowVectorTypes:

Public Types

using FPolicyType = FDataflowVectorTypePolicy
 
using FStorageType = FVector4
 
- Public Types inherited from FDataflowAnyType
using FPolicyType = FDataflowAllTypesPolicy
 
using FStorageType = void
 

Public Attributes

FVector4 Value = FVector4(0, 0, 0, 0)
 

Additional Inherited Members

- Static Public Attributes inherited from FDataflowAnyType
static DATAFLOWCORE_API const FName TypeName = TEXT("FDataflowAnyType")
 

Detailed Description

Vector types (2D, 3D and 4D vector, single and double precision)

Member Typedef Documentation

◆ FPolicyType

◆ FStorageType

Member Data Documentation

◆ Value

FVector4 FDataflowVectorTypes::Value = FVector4(0, 0, 0, 0)

The documentation for this struct was generated from the following file: