| 64 | const FName FFlowPin::MetadataKey_FlowPinType = "FlowPinType"; |
| 65 | |
| 66 | void FFlowPin::SetPinTypeName(const FFlowPinTypeName& InTypeName) |
| 67 | { |
| 68 | if (PinTypeName == InTypeName) |
| 69 | { |
| 70 | return; |
| 71 | } |
| 72 | |
| 73 | PinTypeName = InTypeName; |
| 74 | } |
| 75 | |
| 76 | void FFlowPin::TrySetStructSubCategoryObjectFromPinType() |
| 77 | { |
no outgoing calls
no test coverage detected