Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAbilityTask_CommitAccountCosts.cpp
2026-04-22 15:51:07 +02:00

13 lines
384 B
C++

#include "FortAbilityTask_CommitAccountCosts.h"
UFortAbilityTask_CommitAccountCosts* UFortAbilityTask_CommitAccountCosts::CommitAccountCosts(UGameplayAbility* OwningAbility) {
return NULL;
}
UFortAbilityTask_CommitAccountCosts::UFortAbilityTask_CommitAccountCosts() {
this->bWasCancellable = false;
this->bRequestPending = false;
this->bCommittedLocally = false;
}