Bugfix Collisions on Tunnel Pathways Partially Corrected
This commit is contained in:
parent
41bee1b0bd
commit
faf37bce52
BIN
Content/Assets/Objects/Caves/Rock_tunnels_Curve.uasset
(Stored with Git LFS)
BIN
Content/Assets/Objects/Caves/Rock_tunnels_Curve.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Assets/Objects/Caves/Rock_tunnels_Ramp.uasset
(Stored with Git LFS)
BIN
Content/Assets/Objects/Caves/Rock_tunnels_Ramp.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Assets/Objects/Caves/Rock_tunnels_Room.uasset
(Stored with Git LFS)
BIN
Content/Assets/Objects/Caves/Rock_tunnels_Room.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Levels/Top_layer_level.umap
(Stored with Git LFS)
BIN
Content/Levels/Top_layer_level.umap
(Stored with Git LFS)
Binary file not shown.
@ -8,7 +8,6 @@
|
|||||||
#include "Components/Button.h"
|
#include "Components/Button.h"
|
||||||
#include "GameFramework/Character.h"
|
#include "GameFramework/Character.h"
|
||||||
#include "Components/WidgetComponent.h"
|
#include "Components/WidgetComponent.h"
|
||||||
#include "Evaluation/MovieSceneCameraAnimTemplate.h"
|
|
||||||
#include "Kismet/KismetMathLibrary.h"
|
#include "Kismet/KismetMathLibrary.h"
|
||||||
|
|
||||||
|
|
||||||
@ -57,7 +56,7 @@ void AInteraction::RemoveWidget()
|
|||||||
ShopDialogWidget->RemoveFromViewport();
|
ShopDialogWidget->RemoveFromViewport();
|
||||||
UE_LOG(LogTemp, Display, TEXT("setting isDisabled to true"));
|
UE_LOG(LogTemp, Display, TEXT("setting isDisabled to true"));
|
||||||
ItemSelectorWidget = CreateWidget<UUserWidget>(GetWorld(), ItemSelector);
|
ItemSelectorWidget = CreateWidget<UUserWidget>(GetWorld(), ItemSelector);
|
||||||
UProperty* Property = ItemSelectorWidget->GetClass()->FindPropertyByName("publicActor");
|
FProperty* Property = ItemSelectorWidget->GetClass()->FindPropertyByName("publicActor");
|
||||||
if (Property == nullptr)
|
if (Property == nullptr)
|
||||||
{
|
{
|
||||||
UE_LOG(LogTemp, Error, TEXT("Property not found"));
|
UE_LOG(LogTemp, Error, TEXT("Property not found"));
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
#include "GameFramework/Character.h"
|
#include "GameFramework/Character.h"
|
||||||
#include "the_twilight_abyss/BaseItems/Items/BaseItem.h"
|
#include "the_twilight_abyss/BaseItems/Items/BaseItem.h"
|
||||||
#include "Camera/CameraComponent.h"
|
#include "Camera/CameraComponent.h"
|
||||||
#include "Evaluation/MovieSceneCameraAnimTemplate.h"
|
|
||||||
#include "Kismet/KismetMathLibrary.h"
|
#include "Kismet/KismetMathLibrary.h"
|
||||||
#include "TempCharacter.generated.h"
|
#include "TempCharacter.generated.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"EngineAssociation": "5.1",
|
"EngineAssociation": "5.0",
|
||||||
"Category": "",
|
"Category": "",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Modules": [
|
"Modules": [
|
||||||
|
Loading…
Reference in New Issue
Block a user