GAS Tools

KhxiSaki - 코드 플러그인 - 2023/04/01

Gain access the power of the GameplayAbilitySystem with a robust gameplay framework to make you developement with GAS easier!

  • 지원 플랫폼
  • 지원 엔진 버전
    5.1 - 5.3
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.

DISCORD / DOCUMENTATION / CHANGELOG / REDDIT / FORUM


WHAT IS GAS Tools?

GAS Tools main goal is to accelerate your game implementation by providing gameplay framework with integration of GameplayAbility plugin, ModularGameplay and Game Features plugin, EnhancedInput plugin and much more!

Common GAS exposes functionality inside GAS by using Component and BlueprintFunction LIbraries so this interaction can be use for player-controlled characters and AI characters

GCC doesn't assume your game architecture, GCC only act as the framework for you to use for your game framework. The design of it is up to you


Features:

Components based (AbilitySystemManager,GCCCore,AbilityQueue)

  • AbilitySystemComponent initialization using IGameFeatureInitStateChange
  • AbilitySystemComponent Helpers(ActivateAbilityWithTags/Ability,BindAbilityWithTag/InputAction...)
  • GameplayAbility, GameplayTag and GameplayAttribute Events(OnAbilityFailed/Activate/Ended,OnAttributeChange/CommitRegisterGameplayTagEvent)(Coming in V3)

Custom Gameplay Ability and AbilitySystemComponent

  • Support for Granted Abilities,GameplayEffects,AttributeSets,AbilityTagRelationshipMapping,AbilitySets,GameplayTagResponseTables
  • GameplayEffectContainers with GameplayAbilities
  • UI Viewmodel for UI bindings(Coming in V3)
  • Activate Ability on Spawn(Passive Abilities)
  • Bind InputAction with Ability(DynamicTag or InputBinding)
  • AbilityQueue System(Coming in V3)

ModularGameplayActors Support

  • Support gameplay actors with GameFeatures that implement IAbilitySystemInterface

기술적 세부사항

  • Refactor Gameplay Code
  • Initialization using GameFrameworkinitState
  • Support ModularGameplay and GameFeatures
  • AbilitySystemManagerComponent handling AbilitySystemComponent initialization
  • ASC on PlayerState(Player-Controlled Pawn) or on Pawn(AI-controlled Pawn)
  • EnhancedInput Integration
  • GameplayEffectContainer integration
  • AttributeSet comes with commonly used Attributes(Health,Mana,Stamina)
  • GameFeaturesActions (Add Abilities, Add InputMappingContext)
  • HealthComponent handling events related to Health
  • AbilityQueue System(Coming Soon in v3)
  • GameplayDebugger for debugging(Coming Soon in v3)
  • GameplayTargetingPlugin Integration(Coming Soon in v3)
  • CommonUI Integration(Coming Soon in v3)
  • AIModule Integration(Coming Soon in v3)
  • ModelViewViewModel Support for UI(Coming Soon in v3)


Code Modules:

  • GCC(Runtime)
  • GCCEditor(Editor)


Number of Blueprints: 0

Number of C++ Classes: 84

Network Replicated: (Yes)

Supported Development Platforms: Win64

Version:

2.7 (5.3.2)