Size: a a a

2020 July 31

X

Xcv in VS Code
1>------ Сборка начата: проект: ewq, Конфигурация: Development_Editor x64 ------
1>Building ewqEditor...
1>Using Visual Studio 2017 14.16.27039 toolchain (Z:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023) and Windows 10.0.17763.0 SDK (Z:\Program Files (x86)\Windows Kits\10).
1>Building 4 actions with 4 processes...
1>  [1/4] Module.FalseDirectionalGravity.cpp
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravityMovementComponent.cpp(347): warning C4996: 'AActor::Role': This member will be made private. Please use GetLocalRole or SetRole. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\GameFramework/Actor.h(534): note:  см. объявление "AActor::Role"
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravityMovementComponent.cpp(966): warning C4996: 'AActor::Role': This member will be made private. Please use GetLocalRole or SetRole. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\GameFramework/Actor.h(534): note:  см. объявление "AActor::Role"
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravityMovementComponent.cpp(969): warning C4996: 'AActor::ReplicatedMovement': This member will be made private. Please use GetReplicatedMovement or SetReplicatedMovement. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\GameFramework/Actor.h(487): note:  см. объявление "AActor::ReplicatedMovement"
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravitySpringArm.cpp(88): warning C4996: 'USceneComponent::bAbsoluteRotation': This member will be made private. Please use IsUsingAbsoluteRotation or SetUsingAbsoluteRotation. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\Components/SceneComponent.h(194): note:  см. объявление "USceneComponent::bAbsoluteRotation"
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravitySpringArm.cpp(92): warning C4996: 'USceneComponent::RelativeRotation': This member will be made private. Please use GetRelativeRotation or SetRelativeRotation. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\Components/SceneComponent.h(159): note:  см. объявление "USceneComponent::RelativeRotation"
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravitySpringArm.cpp(97): warning C4996: 'USceneComponent::RelativeRotation': This member will be made private. Please use GetRelativeRotation or SetRelativeRotation. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\Components/SceneComponent.h(159): note:  см. объявление "USceneComponent::RelativeRotation"
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravitySpringArm.cpp(102): warning C4996: 'USceneComponent::RelativeRotation': This member will be made private. Please use GetRelativeRotation or SetRelativeRotation. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\Components/SceneComponent.h(159): note:  см. объявление "USceneComponent::RelativeRotation"
источник

X

Xcv in VS Code
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravityVolumeBox.cpp(15): error C2039: bCheckAsyncSceneOnMove: не является членом "UBoxComponent"
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\Components/BoxComponent.h(17): note:  см. объявление "UBoxComponent"
1>E:/ewq/Plugins/FalseDirectionalGravity/Source/FalseDirectionalGravity/Private/FalseGravityVolumeSphere.cpp(14): error C2039: bCheckAsyncSceneOnMove: не является членом "USphereComponent"
1>  Z:\UE_4.24\Engine\Source\Runtime\Engine\Classes\Components/SphereComponent.h(17): note:  см. объявление "USphereComponent"
1>Z:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(44,5): error MSB3075: команда "Z:\UE_4.24\Engine\Build\BatchFiles\Build.bat ewqEditor Win64 Development -Project="E:\ewq\ewq.uproject" -WaitMutex -FromMsBuild" завершила работу с кодом 5. Убедитесь в наличии достаточных прав для выполнения этой команды.
1>Сборка проекта "ewq.vcxproj" завершена с ошибкой.
========== Сборка: успешно: 0, с ошибками: 1, без изменений: 0, пропущено: 0 ==========
источник

X

Xcv in VS Code
источник

EB

Elijah Black in VS Code
источник

X

Xcv in VS Code
спс, но не помогло
источник

AS

Alex S in VS Code
как назначить сочетание клавиш чтобы закоментить строку?
источник

ПА

Павел Алтынников... in VS Code
Alex S
как назначить сочетание клавиш чтобы закоментить строку?
по умолчанию должно быть
ctrl + /

но у меня на одной машине, на линуксе это не работало.
Или вам нужно своё какое-то более привычное сочетание?
Можно изменить вот тут
источник

m

megaslowpoke in VS Code
да, там есть разница, надо дополнительно назначать если используется палка на цифровой клаве, а не та что с шифтом рядом
источник
2020 August 02

НМ

Назар Матвиенко... in VS Code
Ребята, подскажите, как поставить flask на vs code?
источник
2020 August 05

AS

Alex S in VS Code
как комитить в git  в vscode?
источник

EB

Elijah Black in VS Code
Alex S
как комитить в git  в vscode?
Или по старинке, через терминал.
источник

М

М.S. in VS Code
добрый день смотрите что по ctrl+ s происходит
источник

М

М.S. in VS Code
источник

М

М.S. in VS Code
источник

М

М.S. in VS Code
источник

М

М.S. in VS Code
по контрол с начинает выпадать код. это что за глюк?
источник

М

М.S. in VS Code
работаю по ssh на линукс сервере первый раз такое вижу
источник

EB

Elijah Black in VS Code
М.S.
по контрол с начинает выпадать код. это что за глюк?
Может проблема в автоформатировании при сохранении? Попробуй его или отключить или поменять форматтер.
источник

М

М.S. in VS Code
да не. бред какой то
источник

RB

Roy Borisov in VS Code
Ребят, нужна помощь😢
источник