일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- gas
- animation
- 게임개발
- Multiplay
- gravity direction
- 유스케이스
- unity
- Security
- DSP
- ability task
- map design
- 언리얼 엔진
- 메카님
- ret2libc
- stride
- Unreal Engine
- 유니티
- dirty cow
- gameplay effect
- Replication
- MLFQ
- Delegate
- Race condition
- photon fusion2
- gameplay ability system
- 게임 개발
- MAC
- 언리얼엔진
- CTF
- Aegis
- Today
- Total
목록attribute (2)
Replicated

전 게시글에서 Patrol한테 맞아도, 클라이언트에서 UI에서 동기화가 안되어 보이길래 문제를 찾아봤다단순 UI 문제라기 보다는, 애초에 Replication 설정을 안해놨다 // Fill out your copyright notice in the Description page of Project Settings.#pragma once#include "CoreMinimal.h"#include "AttributeSet.h"#include "AbilitySystemComponent.h"#include "CSAttributeSet.generated.h"/** * */#define ATTRIBUTE_ACCESSORS(ClassName, PropertyName) \ GAMEPLAYATTRIBUTE_PROPERT..

일단 UI 생성필요한 위젯 컴포넌트, 유저 위젯 등 생성 // Fill out your copyright notice in the Description page of Project Settings.#pragma once#include "CoreMinimal.h"#include "Blueprint/UserWidget.h"#include "AbilitySystemInterface.h"#include "ABGASUserWidget.generated.h"/** * */UCLASS()class ARENABATTLEGAS_API UABGASUserWidget : public UUserWidget, public IAbilitySystemInterface{ GENERATED_BODY() public: virtual ..