Skip to content

Instantly share code, notes, and snippets.

View MajorTomAW's full-sized avatar

MajorT MajorTomAW

View GitHub Profile
//@see https://dev.epicgames.com/community/learning/tutorials/bEJV/unreal-engine-creating-a-targeting-ability-task-using-epic-s-targetingsystem-plugin
#include "AbilitySystem/Tasks/AbilityTask_WaitPerformTargeting.h"
#include "AbilitySystemComponent.h"
#include "AbilitySystemLog.h"
#include "TargetingSystem/TargetingSubsystem.h"
#include "ScriptedAction_OverrideGamepadName.h"
#include "CommonInputBaseTypes.h"
#include "EditorUtilityLibrary.h"
#include UE_INLINE_GENERATED_CPP_BY_NAME(ScriptedAction_OverrideGamepadName)
UScriptedAction_OverrideGamepadName::UScriptedAction_OverrideGamepadName()
{