| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- Aegis
- ability task
- photon fusion2
- 게임개발
- unity
- gameplay ability system
- widget
- rpc
- stride
- Multiplay
- CTF
- attribute
- os
- Replication
- C++
- 게임 개발
- gameplay effect
- local prediction
- gas
- animation
- MAC
- 언리얼 엔진
- 언리얼엔진
- 보안
- listen server
- linear regression
- 유니티
- UI
- Unreal Engine
- gameplay tag
Archives
- Today
- Total
목록chatting (1)
Replicated
필터링은 없다.리슨 서버 구조라 언리얼 클라이언트에서 필터링하기엔 너무 취약한 구조라 백엔드에 필터링 요청을 할 예정 // Fill out your copyright notice in the Description page of Project Settings.#pragma once#include "CoreMinimal.h"#include "Blueprint/UserWidget.h"#include "DDChatEntry.generated.h"/** * */UCLASS()class DRAGDOWN_API UDDChatEntry : public UUserWidget{ GENERATED_BODY() public: void SetChat(const FText& UserName, const FText& Chat);..
언리얼 엔진/Drag Down
2025. 5. 24. 22:49