Added empty base remove all attachment function class
This commit is contained in:
parent
ef4ce07b39
commit
4500562577
@ -354,3 +354,8 @@ void ABaseWeaponClass::SetupGripAttachment(UStaticMesh* GripMesh)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ABaseWeaponClass::RemoveAllAttachments()
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -172,6 +172,7 @@ public:
|
||||
|
||||
//void GetOutHit(FHitResult OutHit);
|
||||
|
||||
//ATTACHMENTS
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void SetupSilencerAttachment(UStaticMesh* SilencerMesh);
|
||||
|
||||
@ -181,6 +182,10 @@ public:
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void SetupGripAttachment(UStaticMesh* GripMesh);
|
||||
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void RemoveAllAttachments();
|
||||
|
||||
//
|
||||
UFUNCTION(BlueprintImplementableEvent)
|
||||
void ShowReloadingWidget();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user