spphins 发表于 2017-6-24 16:43:26

VS2017的问题

本帖最后由 spphins 于 2017-6-24 16:45 编辑

为什么会这样?教程是这样的 而且我可以编译运行。这样报错我用不了intellisence


void UOpenDoor::BeginPlay()
{
      Super::BeginPlay();
      AActor* Owner = GetOwner();
      FRotator NewRotation = FRotator(0.0f, 30.0f, 0.0f);
      Owner->SetActorRotation(NewRotation);
}





spphins 发表于 2017-6-24 22:22:17

没人知道吗?是不是VS2017 没配置好啊?
页: [1]
查看完整版本: VS2017的问题