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

#include <EngineTypes.h>

Public Member Functions

 FSwarmDebugOptions ()
 
void Touch ()
 

Public Attributes

uint32 bDistributionEnabled:1
 
uint32 bForceContentExport:1
 
uint32 bInitialized:1
 

Detailed Description

Debug options for Swarm

Constructor & Destructor Documentation

◆ FSwarmDebugOptions()

FSwarmDebugOptions::FSwarmDebugOptions ( )
inline

Member Function Documentation

◆ Touch()

void FSwarmDebugOptions::Touch ( )

Member Data Documentation

◆ bDistributionEnabled

uint32 FSwarmDebugOptions::bDistributionEnabled

If true, Swarm will distribute jobs. If false, only the local machine will execute the jobs.

◆ bForceContentExport

uint32 FSwarmDebugOptions::bForceContentExport

If true, Swarm will force content to re-export rather than using the cached version. If false, Swarm will attempt to use the cached version.

◆ bInitialized

uint32 FSwarmDebugOptions::bInitialized

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