Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPayloadProvider
Description
Should return the payload for the given FIoHash. If the provider fails to find the payload then it should return a null FCompressedBuffer to indicate the error.
| Name | RequestPayload |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Virtualization/VirtualizationSystem.h |
| Include Path | #include "Virtualization/VirtualizationSystem.h" |
FCompressedBuffer RequestPayload
(
const FIoHash & Identifier
)