mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
10 lines
286 B
C++
10 lines
286 B
C++
#include "HomebaseNodeGameplayEffectDataTableRow.h"
|
|
|
|
FHomebaseNodeGameplayEffectDataTableRow::FHomebaseNodeGameplayEffectDataTableRow() {
|
|
this->Operation = EGameplayModOp::Additive;
|
|
this->Magnitude = 0.00f;
|
|
this->AssociatedGEIdx = 0;
|
|
this->AssociatedModifierIdx = 0;
|
|
}
|
|
|