mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 12:03:27 +00:00
10 lines
258 B
C++
10 lines
258 B
C++
#include "HomebaseNodeGameplayEffectDataTableRow.h"
|
|
|
|
FHomebaseNodeGameplayEffectDataTableRow::FHomebaseNodeGameplayEffectDataTableRow() {
|
|
Operation = EGameplayModOp::Additive;
|
|
Magnitude = 1;
|
|
AssociatedGEIdx = 0;
|
|
AssociatedModifierIdx = 0;
|
|
}
|
|
|