This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
daacee5732ea20871e243ccd11746bd97a142e4e
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
SmartObjects
/
Source
/
SmartObjectsModule
/
Private
History
matt peters
cbc73af6cc
SmartObjects: CookDeterminism: Replace GetTypeHash(FName) with GetTypeHash(FString) so that it uses persistent data for the hash rather than the ephemeral ComparisonId of the FName.
...
#rnx #rb mikko.mononen [CL 32082903 by matt peters in ue5-main branch]
2024-03-07 08:03:24 -05:00
..
Annotations
Removed some headers dependencies on 'FHitResult' and 'FOverlapResult'
2024-02-14 09:15:30 -05:00
WorldConditions
…
BlackboardKeyType_SOClaimHandle.cpp
…
EnvQueryGenerator_SmartObjects.cpp
[SmartObjects] provide owner actor to FindSmartObject in EQS query generator
2024-02-26 10:01:02 -05:00
EnvQueryItemType_SmartObject.cpp
…
GameplayDebuggerCategory_SmartObject.cpp
[SmartObjects] display options in the GameplayDebugger are now replicated to properly display their status on the client
2024-02-16 16:28:56 -05:00
GenericSmartObject.cpp
…
SmartObjectBlueprintFunctionLibrary.cpp
…
SmartObjectCollection.cpp
…
SmartObjectComponent.cpp
[SmartObject]
2024-02-08 10:15:55 -05:00
SmartObjectContainerRenderingComponent.cpp
…
SmartObjectDebugRenderingComponent.cpp
…
SmartObjectDebugSceneProxy.cpp
…
SmartObjectDefinition.cpp
SmartObjects: CookDeterminism: Replace GetTypeHash(FName) with GetTypeHash(FString) so that it uses persistent data for the hash rather than the ephemeral ComparisonId of the FName.
2024-03-07 08:03:24 -05:00
SmartObjectDefinitionReference.cpp
Smart Object: Added parameters for Smart Object Definition (take 2)
2024-01-29 06:26:17 -05:00
SmartObjectHashGrid.cpp
…
SmartObjectOctree.cpp
…
SmartObjectPersistentCollection.cpp
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
2024-02-19 16:51:58 -05:00
SmartObjectPropertyHelpers.h
…
SmartObjectRenderingComponent.cpp
…
SmartObjectRuntime.cpp
[SmartObject]
2024-02-08 10:15:55 -05:00
SmartObjectsModule.cpp
…
SmartObjectSubsystem.cpp
[SmartObject] fix for slot condition activated multiple times
2024-02-16 11:43:16 -05:00
SmartObjectSubsystemRenderingActor.cpp
…
SmartObjectSubsystemRenderingActor.h
…
SmartObjectTestingActor.cpp
…
SmartObjectTestingActor.h
…
SmartObjectTypes.cpp
[SmartObject]
2024-02-08 10:15:55 -05:00
SmartObjectUserComponent.cpp
…
SmartObjectVisualizationContext.cpp
…