![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataflowTypePolicy.h>
Inheritance diagram for FDataflowArrayTypePolicy:Public Member Functions | |
| virtual bool | SupportsType (FName InType) const override |
Static Public Member Functions | |
| static bool | SupportsTypeStatic (FName InType) |
| static IDataflowTypePolicy * | GetInterface () |
| static FName | GetElementType (FName InType) |
| static FName | GetArrayType (FName InType) |
Static Public Attributes | |
| static constexpr TCHAR | ArrayPrefix [] = TEXT("TArray<") |
| static constexpr TCHAR | ArrayFormat [] = TEXT("TArray<{0}>") |
|
inlinestatic |
Implements IDataflowTypePolicy.