일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- local prediction
- rpc
- gas
- unity
- 게임개발
- gameplay effect
- os
- ability task
- 언리얼 엔진
- map design
- animation
- widget
- attribute
- gameplay ability system
- 게임 개발
- Replication
- 유니티
- Aegis
- photon fusion2
- gameplay tag
- Multiplay
- Unreal Engine
- 언리얼엔진
- nanite
- MAC
- UI
- CTF
- stride
Archives
- Today
- Total
목록2025/05/24 (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