Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform > API/Runtime/Core/GenericPlatform/IFileHandle
- IFileHandle::Write()
- FLoggedFileHandle::Write()
- FCachedFileHandle::Write()
- FNetworkFileHandle::Write()
- FManagedStorageFileWriteHandle::Write()
- FPakFileHandle::Write()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include | #include "GenericPlatform/GenericPlatformFile.h" |
bool Write
&40;
const uint8 &42; Source,
int64 BytesToWrite
&41;
Remarks
Write bytes to the file. true if the operation completed successfully.
Parameters
| Name | Description |
|---|---|
| Source | Buffer to write, should be at least BytesToWrite in size. |
| BytesToWrite | Number of bytes to write. |