언리얼엔진 41 언리얼 엔진 4 C++ (표준 코드) 표준 코드 표준 코드 어떤 클래스를 만들어도 아래와(액터 클래스로 생성하였다.) 같은 헤더 파일이 만들어진다. // Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "CoreMinimal.h" #include "GameFramework/Actor.h" #include "MyFirstActor.generated.h" UCLASS() class UE4COOKBOOK_API AMyFirstActor : public AActor { GENERATED_BODY() public: // Sets default values for this actor's properties AMyFirstAct.. 2023. 1. 31. 이전 1 다음