IPFS Blueprint Function Library.
| Object |
| Blueprint Function Library |
| Module | Web3S_Ipfs_Runtime |
| Header | Plugins/Web3S_Plugin/Source/Web3S_Ipfs_Runtime/Public/Lib/Web3S_IpfsFunctionLibrary.h |
| Source | Plugins/Web3S_Plugin/Source/Web3S_Ipfs_Runtime/Private/Lib/Web3S_IpfsFunctionLibrary.cpp |
| Include | Lib/Web3S_IpfsFunctionLibrary.h |
| Find IPFS HTTP Download Request | Gets an IPFS HTTP Download Request associated with given IPFS Address. |
| Get IPFS Gateway Config | Gets a IPFS HTTP Gateway. |
| Get IPFS HTTP Download Requests | Gets all IPFS HTTP Download Requests tracked by the HTTP Request Subsystem |
| Get IPFS HTTP Upload Requests | Gets all IPFS HTTP Upload Requests tracked by the HTTP Request Subsystem |
| Get IPFS Pinning Service Config | Gets a IPFS pinning service config. |
| String to IPFS Address | Converts string to Ipfs Address. Supports CID v0 and v1 (only base32 encoded). NOTE: This function doesn't check for CID validity. |
| Try To Extract CID From Response | Tries to extract the cid from an HTTP response. |