Skip to main content

Weapons

Properties

Property NameTypeDescription
WeaponAnimLayerTSubclassOf<UAnimInstance>Anim BP we'll apply to the owner when the weapon is unholstered
WeaponVisualClassTSubclassOf<AActor>Weapon visual actor to spawn
WeaponVisualAttachBoneFNameWeapon visual bone to attach to
WeaponVisualHolsteredAttachBoneFNameWeapon visual bone to attach to for holstered state
WeaponVisualAttachOffsetFTransformWeapon visual offset from attach
WeaponVisualHolsteredAttachOffsetFTransformWeapon visual offset from attach for holster
AttackDamagefloatBase damage this weapon should do
RequiredAmmoTSoftClassPtr<UAmmoItem>Ammo item class for this weapon
ClipSizeint32The amount of ammo loaded into the clip of the weapon
AmmoInClipint32The amount of ammo currently in the clip
TraceDataFCombatTraceDataWeapon trace distance when doing a hitscan
BashTraceDataFCombatTraceDataWeapon trace distance when doing a weapon bash

Functions

Can Fire

Check if the weapon can fire.

Is Holstered

Check if the weapon is holstered.

Reload

Update the ammo in our clip.

Wants Reload

Check if the weapon wants to reload.