| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- listen server
- gameplay effect
- local prediction
- Unreal Engine
- ability task
- 게임개발
- Aegis
- Replication
- C++
- widget
- MAC
- Multiplay
- rpc
- gameplay ability system
- gas
- UI
- 언리얼 엔진
- CTF
- 언리얼엔진
- animation
- stride
- unity
- gameplay tag
- os
- attribute
- 게임 개발
- photon fusion2
- 보안
- linear regression
- 유니티
Archives
- Today
- Total
목록Refactoring (1)
Replicated
[Drag Down] 액션 어빌리티 리팩토링
Dodge, PushingCharacter, JumpPushingCharacter 세 개의 상위 클래스를 만들어서 리팩토링하자뭐 하나 바꿀 때 다 바꾸기 슬슬 귀찮아졌다// Fill out your copyright notice in the Description page of Project Settings.#pragma once#include "CoreMinimal.h"#include "Abilities/GameplayAbility.h"#include "DDGA_ActionBase.generated.h"/** * */UCLASS()class DRAGDOWN_API UDDGA_ActionBase : public UGameplayAbility{ GENERATED_BODY() public: UDDGA_Act..
언리얼 엔진/Drag Down
2025. 4. 6. 18:55