AntSettings

Inherits from DataContainer

Summary

Constructors

AntSettings()
AntSettings(guid: Guid)
AntSettings(other: DataContainer)

Properties

Name Type
detailedCollisionSpeedLimit float
leanSignalScale float
leanSignalClamp float
maxInterpolationSlots int
maxSingleBoneInterpolationSlots int
reducedInterpolationDistance float
trajectoryInterpolationDistance float
forceLodDistance float
maxAnimatablesPerPoseJob int
checkGiantSoldiers float
clientEmulatesServer bool
useCameraFov bool
updateEnable bool
enablePA bool
useWeaponFov bool
disableAnimManagerSceneOps bool
disableAILodFeature bool
disableModelAnimationCulling bool
enableJobs bool
forcePoseUpdate bool
runAsHighPriority bool
interpolatePoses bool
allowVariableTickLength bool
enablePackageCache bool
useHIK bool
updateLoddingEnable bool
blockOnJobs bool
enableDebugLogFile bool
enablePoseJobs bool
usePA bool

Static members

Name Type
AntSettings.typeInfo TypeInformation

Constructors

AntSettings

AntSettings()

Creates a new AntSettings frostbite instance.

AntSettings

AntSettings(guid: Guid)

Creates a new AntSettings frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

AntSettings

AntSettings(other: DataContainer)

Casts an instance of type DataContainer to AntSettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to AntSettings.

Properties

detailedCollisionSpeedLimit

float

leanSignalScale

float

leanSignalClamp

float

maxInterpolationSlots

int

maxSingleBoneInterpolationSlots

int

reducedInterpolationDistance

float

trajectoryInterpolationDistance

float

forceLodDistance

float

maxAnimatablesPerPoseJob

int

checkGiantSoldiers

float

clientEmulatesServer

bool

useCameraFov

bool

updateEnable

bool

enablePA

bool

useWeaponFov

bool

disableAnimManagerSceneOps

bool

disableAILodFeature

bool

disableModelAnimationCulling

bool

enableJobs

bool

forcePoseUpdate

bool

runAsHighPriority

bool

interpolatePoses

bool

allowVariableTickLength

bool

enablePackageCache

bool

useHIK

bool

updateLoddingEnable

bool

blockOnJobs

bool

enableDebugLogFile

bool

enablePoseJobs

bool

usePA

bool

Static members

typeInfo

TypeInformation

The type information for the AntSettings type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)