Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FTransferResourceParams
Syntax
FTransferResourceFenceData &42; DelayedFence
Remarks
Optional pointer where fence data can be written if you want to delay waiting on the GPU fence for a resource transfer. Should be created via "RHICreateTransferResourceFenceData", and must later be consumed via "TransferResourceWait" command. Note that it is valid to consume the fence data, even if you don't end up implementing a transfer that uses it it will behave as a nop in that case. That can simplify cases where the transfer may be conditional, and you don't want to worry about whether it occurred or not, but need to reserve the possibility.