UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FIoContainerSettings Struct Reference

#include <IoDispatcher.h>

Public Member Functions

bool IsCompressed () const
 
bool IsEncrypted () const
 
bool IsSigned () const
 
bool IsIndexed () const
 
bool IsOnDemand () const
 

Public Attributes

FIoContainerId ContainerId
 
EIoContainerFlags ContainerFlags = EIoContainerFlags::None
 
FGuid EncryptionKeyGuid
 
FAES::FAESKey EncryptionKey
 
FRSAKeyHandle SigningKey
 
bool bGenerateDiffPatch = false
 

Member Function Documentation

◆ IsCompressed()

bool FIoContainerSettings::IsCompressed ( ) const
inline

◆ IsEncrypted()

bool FIoContainerSettings::IsEncrypted ( ) const
inline

◆ IsIndexed()

bool FIoContainerSettings::IsIndexed ( ) const
inline

◆ IsOnDemand()

bool FIoContainerSettings::IsOnDemand ( ) const
inline

◆ IsSigned()

bool FIoContainerSettings::IsSigned ( ) const
inline

Member Data Documentation

◆ bGenerateDiffPatch

bool FIoContainerSettings::bGenerateDiffPatch = false

◆ ContainerFlags

EIoContainerFlags FIoContainerSettings::ContainerFlags = EIoContainerFlags::None

◆ ContainerId

FIoContainerId FIoContainerSettings::ContainerId

◆ EncryptionKey

FAES::FAESKey FIoContainerSettings::EncryptionKey

◆ EncryptionKeyGuid

FGuid FIoContainerSettings::EncryptionKeyGuid

◆ SigningKey

FRSAKeyHandle FIoContainerSettings::SigningKey

The documentation for this struct was generated from the following file: