Changelog
[0.3.0] - ???
Added
- Automatic
UNActorPoolSetloading configurable in projectActor Pool Settings - Glyph based
FNPrimitiveFontsupporting renderingFStringthroughPDI(FNPrimitiveDrawingUtils::DrawString) and other drawing interfaces (FNDrawDebugHelpers::DrawDebugString). - Support for
FNDrawDebugHelpers::DrawDebugStringviaUNDeveloperLibrary::DrawDebugString. UNMultiplayerLibraryexposingFNMultiplayerUtilssupport forPlayerIdentifier.
Changed
- Allow adding multiple
UNCellJunctionComponentto a single parent. UNCellJunctionComponentwill now draw indicators for the unit size as well as their actual size.- The
NCellActorwill rename itself to reflect the map name that it creates data for. - The
Is Hostand? Is HostBlueprint methods have had their display names changed toIs Serverand? Is Serverresepectively. N_IMPLEMENT_SETTINGSnow offers aGetMutablenon-const accessor, copyingN_IMPLEMENT_EDITOR_SETTINGS.
Fixed
- Selecting the
NCellActorno longer adds it to the current selection, instead clearing and making it the sole selected.
0.2.2 - 2025-09-24
Added
FNActorPoolSettings::Flagsnow has a defaultedAPF_SetNetDormancyflag.
Changed
- Optimized
FNActorPoolactor creation to quarter the costs in Editor and Development builds. FNActorPool::CreateActornow takes an optional count to support bulk creation.
0.2.1 - 2025-09-23
Added
- Native calls to fill arrays with results of
NMersenneTwistermethods. - Additional blockout shapes for torus' and some larger cuboids.
Changed
- Exposed
FNMethodScopeTimerfor external linking/usage. - Optimized some
NMersenneTwisterdistribution calls. - Explicit
ManualStopoption to bothFNTestScopeTimerandFNTestScopeTimer. - Clarified flags for Actor Pools created during tests.
Removed
- Internal distribution resets in the
NMersenneTwister.
0.2.0 - 2025-09-19
Added
NEngineContentValidatorthrows configurable severity when any content inside theEnginefolder is saved.- VLOG support for all pickers.
- #65 Option to automatically profile multiplayer test clients and standalone server.
- #64 Utilize
DefaultTransformoption onFNActorPoolSettingsas the return location and the scale when spawning. - #63 Add
ServerOnlyflag by default toFNActorPoolSettings. - #62 Added support for nesting
UNActorPoolSet. - #31 Added a watermark option to
NSamplesDisplayActor. - #45 Configurable default
NActorPoolsettings via project settings (Projct Settings > Nexus > Actor Pools). - #47 Add update channel support to the framework.
- Ability to determine if a game is running inside a multiplayer test via both utility and blueprint library methods.
- Support programatically allowing/disallow config files to be staged via
FNEditorUtils::AllowConfigFileForStagingandFNEditorUtils::DisallowConfigFileForStaging. - Add safety check when creating actor pools that we are not getting passed a
nullptr. INActorPoolItemnow has a dynamic multicast delegate (OnActorOperationalStateChanged) that fires when changing states.UNActorPoolLibrarysupporting methods to bind toINActorPoolItemdelegate.- Configurable distribution inner & outer visualizer colors in
Editor Preferences > NEXUS > Core (User) Externaltool section to Unreal defaultTools > Profilemenu withNetworkProfilerwhen present.- Samples content now contains
ANSamplesHUDandANSamplesPawnto support making documentation easier. UNDeveloperSubsystemin non-release builds allowing for monitoring of object counts and providing details.stats NActorPoolscommand to show stats (if tracking enabled).- Manual
AddReference/RemoveReferenceaccess onUNDynamicReferencesSubsystem. - Custom
cpp.hintfile in the plugin folder to mitigate Visual Studio's parser from incorrectly flagging UE macros as not found.
Fixed
ANSamplesDisplayActorno longer causes headless servers to crash.FNActorPoolwill properly time-slice their strategies.FGCScopeGuardguards like a boss during tests now.- Crashes when trying to Pan a non-blueprint editor that uses the blueprint editor (Curves, etc).
UNActorPoolSpawnerComponentwill properly now allow BP editing of some variables.
Changed
- [#48] Use
HideCategoriesinstead of using a layout customizer pattern. - Corrected a comparison link at bottom of
CHANGELOG. - Renamed
InstanceObjectstoDelayedEditorTasktypes. - Validators now have a combined configuration / strictness level in
Project Settings. - Performance testing framework can now use
GCScopeGaurdwhen doing measured tests. - Properly renamed validators with the N prefix.
SplineLevelReferencewill only be visible whenAPSD_Splineis selected as theDistributiononUNActorPoolSpawnerComponent.- Renamed
bDontDestroyStaticActors/bDontDestroyNonInterfacedActorstobIgnoreStaticActors/bIgnoreNonInterfacedActors. FNActorPoolSettingsnow uses a bitmaskFlagsconfiguration option instead of a long list of boolean flags.- Clarified all
inttoint32to standardize with Unreal platform definitions. - Disabled
Automatically Set Usage in Editorflag onM_NDebug,M_NDebugTextandM_NWireframematerials. - General spelling and grammar fixes to
CHANGELOG.md. - Altered
NSamplesDisplayActorto support replication. Inside or Onabbreviated toIO.- Miscellaneous fixes and tweaks to support rolling out documentation.
- Optimized
FNActorPoolto use a cachedIsStubMode()for clients using a server-only pool. - Moved
Leak Checkduration setting to user level preference. - Clearly defined usage of
FNMetaUtilsstatic methods in helper macros. NEXUS: Material Libraryrenamed toNEXUS: Blockout.- External documentation now supports comma delimited multiple entries.
Removed
bAllowCreateMoreObjectsbecame obsolete onFNActorPoolSettings.- Extra
bRequiresDeferredConstructiononFNActorPool, replaced with a flag.
Core Redirects
+PropertyRedirects=(OldName="/Script/NexusActorPools.NActorPoolSettings.ReturnMoveLocation",NewName="/Script/NexusActorPools.NActorPoolSettings.StorageLocation")
+PackageRedirects=(OldName="/NexusMaterialLibrary/",NewName="/NexusBlockout/MaterialLibrary/",MatchSubstring=true)
Experimental
NEXUS: Developer Consolerenamed toNEXUS: Developer Menustill not functioning stub.NEXUS: ProcGenhas some intial structural work done, but is still not functioanl.
0.1.1 - 2025-08-01
Changed
- Resolves issues with
Shippingbuild configuration (accidental reference toFunctionalTestingmodules inCore). - Resolves issues with
Shippingbuild configuration forNSamplesDisplayActor, in shipping builds the test portions will not function. - Replaced
NTextRenderActorfunctionality withNTextRenderComponentfunctionality.
0.1.0 - 2025-07-31
Added
NActorPoolsGeneralized pooling system for Actors.NCoreFunctionality used by all NEXUS plugins in the framework.NDynamicReferencesMethod for referring to runtime Actors without knowing them.NFixersA collection of tools for fixing content in the Unreal Editor.NMaterialLibraryLibrary of Materials commonly used.NMultiplayerFunctionality and tools that are useful when developing multiplayer games.NPickerSelection functionality for points and other items.NUIComponents for creating a user interface based on UMG/Slate.