mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
14 lines
424 B
C++
14 lines
424 B
C++
#include "FortAthenaMutator_GenerateOverlapEventsOverride.h"
|
|
|
|
void AFortAthenaMutator_GenerateOverlapEventsOverride::SetRadius(float NewRadius) {
|
|
}
|
|
|
|
void AFortAthenaMutator_GenerateOverlapEventsOverride::SetCenterLocation(FVector NewCenterLocation) {
|
|
}
|
|
|
|
AFortAthenaMutator_GenerateOverlapEventsOverride::AFortAthenaMutator_GenerateOverlapEventsOverride() {
|
|
bGenerateOverlapEventsOverrideValue = true;
|
|
Radius = 1;
|
|
}
|
|
|