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