
自用保存
heneyT
这个作者很懒,什么都没留下…
展开
-
UE4 打包提示 Plugin “PicoMobileController“ failed to load
按照官方文档(PicoVR Unreal SDK)打包 打出包体提示错误: (Plugin "PicoMobileController" failed to load because module "PicoMobileController" could not be found, Please ensure the plugin is properly installer, otherwise consider disabling the plugin for this project...原创 2021-07-20 18:15:07 · 659 阅读 · 0 评论 -
UE_C++ 网络属性同步
.h UPROPERTY(Replicated) bool bInteract; .cpp void AActor::GetLifetimeReplicatedProps(TArray<FLifetimeProperty>& OutLifetimeProps) const { Super::GetLifetimeReplicatedP...原创 2019-02-14 11:26:22 · 387 阅读 · 0 评论 -
UE_C++中的定时器(TimerManger)
///////////////////////////////////////////////////////////// //下一帧生成 GetWorld()->GetTimerManager().SetTimerForNextTick([this]() { P1_Mark = GetWorld()->SpawnActor<AL1_Mark>(P1_MarkClass...原创 2019-02-14 11:46:58 · 1917 阅读 · 0 评论