Adding example ui
This commit is contained in:
parent
10383339cc
commit
7ca912a5ac
8 changed files with 54 additions and 2 deletions
4
examples/unrealstatus/.gitignore
vendored
4
examples/unrealstatus/.gitignore
vendored
|
@ -49,7 +49,7 @@ SourceArt/**/*.png
|
|||
SourceArt/**/*.tga
|
||||
|
||||
# Binary Files
|
||||
Binaries/*
|
||||
Binaries/
|
||||
|
||||
# Builds
|
||||
Build/*
|
||||
|
@ -69,7 +69,7 @@ Build/*/**
|
|||
Saved/*
|
||||
|
||||
# Compiled source files for the engine to use
|
||||
Intermediate/*
|
||||
Intermediate/
|
||||
|
||||
# Cache files for the editor to use
|
||||
DerivedDataCache/*
|
|
@ -6,4 +6,45 @@ AppliedTargetedHardwareClass=Desktop
|
|||
DefaultGraphicsPerformance=Maximum
|
||||
AppliedDefaultGraphicsPerformance=Maximum
|
||||
|
||||
[/Script/Engine.PhysicsSettings]
|
||||
DefaultGravityZ=-980.000000
|
||||
DefaultTerminalVelocity=4000.000000
|
||||
DefaultFluidFriction=0.300000
|
||||
SimulateScratchMemorySize=262144
|
||||
RagdollAggregateThreshold=4
|
||||
TriangleMeshTriangleMinAreaThreshold=5.000000
|
||||
bEnableAsyncScene=False
|
||||
bEnableShapeSharing=False
|
||||
bEnablePCM=False
|
||||
bEnableStabilization=False
|
||||
bWarnMissingLocks=True
|
||||
bEnable2DPhysics=False
|
||||
LockedAxis=Invalid
|
||||
DefaultDegreesOfFreedom=Full3D
|
||||
BounceThresholdVelocity=200.000000
|
||||
FrictionCombineMode=Average
|
||||
RestitutionCombineMode=Average
|
||||
MaxAngularVelocity=3600.000000
|
||||
MaxDepenetrationVelocity=0.000000
|
||||
ContactOffsetMultiplier=0.010000
|
||||
MinContactOffset=0.000100
|
||||
MaxContactOffset=1.000000
|
||||
bSimulateSkeletalMeshOnDedicatedServer=True
|
||||
DefaultShapeComplexity=CTF_UseSimpleAndComplex
|
||||
bDefaultHasComplexCollision=True
|
||||
bSuppressFaceRemapTable=False
|
||||
bSupportUVFromHitResults=False
|
||||
bDisableActiveActors=False
|
||||
bDisableCCD=False
|
||||
MaxPhysicsDeltaTime=0.033333
|
||||
bSubstepping=False
|
||||
bSubsteppingAsync=False
|
||||
MaxSubstepDeltaTime=0.016667
|
||||
MaxSubsteps=6
|
||||
SyncSceneSmoothingFactor=0.000000
|
||||
AsyncSceneSmoothingFactor=0.990000
|
||||
InitialAverageFrameRate=0.016667
|
||||
|
||||
[/Script/Engine.EndUserSettings]
|
||||
bSendAnonymousUsageDataToEpic=False
|
||||
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
[/Script/EngineSettings.GeneralProjectSettings]
|
||||
ProjectID=E5977A24492699DF20B8ADBF736AF6C6
|
||||
ProjectName=Discord RPC Example
|
||||
CompanyName=Discord Inc.
|
||||
Homepage="https://discordapp.com/"
|
||||
CopyrightNotice=
|
||||
|
||||
|
|
BIN
examples/unrealstatus/Content/MainScreenBP.uasset
Normal file
BIN
examples/unrealstatus/Content/MainScreenBP.uasset
Normal file
Binary file not shown.
BIN
examples/unrealstatus/Content/MouseGameModeBP.uasset
Normal file
BIN
examples/unrealstatus/Content/MouseGameModeBP.uasset
Normal file
Binary file not shown.
BIN
examples/unrealstatus/Content/MousePlayerControllerBP.uasset
Normal file
BIN
examples/unrealstatus/Content/MousePlayerControllerBP.uasset
Normal file
Binary file not shown.
BIN
examples/unrealstatus/Content/ShowTheUILevel.umap
Normal file
BIN
examples/unrealstatus/Content/ShowTheUILevel.umap
Normal file
Binary file not shown.
|
@ -9,5 +9,11 @@
|
|||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default"
|
||||
}
|
||||
],
|
||||
"TargetPlatforms": [
|
||||
"LinuxNoEditor",
|
||||
"MacNoEditor",
|
||||
"WindowsNoEditor",
|
||||
"AllDesktop"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue