MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / IsArray

Method IsArray

Source/Flow/Public/Types/FlowDataPinValue.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#if WITH_EDITOR
41 FLOW_API bool IsInputPin() const { return bIsInputPin; }
42 FLOW_API bool IsArray() const { FLOW_ASSERT_ENUM_MAX(EFlowDataMultiType, 2); return MultiType == EFlowDataMultiType::Array; }
43
44 /* Helper to get the Values property handle (implemented by subclasses or via type system). */
45 FLOW_API virtual TSharedPtr<IPropertyHandle> GetValuesPropertyHandle() const PURE_VIRTUAL(GetValuesPropertyHandle, return nullptr;);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected