Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DruidMech/MultiplayerCourseBlasterGame
/ EnableCustomDepth
Method
EnableCustomDepth
Source/Blaster/Weapon/Weapon.cpp:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void AWeapon::EnableCustomDepth(bool bEnable)
46
{
47
if (WeaponMesh)
48
{
49
WeaponMesh->SetRenderCustomDepth(bEnable);
50
}
51
}
52
53
void AWeapon::BeginPlay()
54
{
Callers
3
SwapWeapons
Method · 0.80
FinishSwap
Method · 0.80
OnRep_EquippedWeapon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected