Editor Types
Editor-only types that surface the Actor Pools plugin in the Unreal Editor: the asset factory and definition for UNActorPoolSet, a content validator that flags malformed pool sets on save, a level-viewport visualizer that draws spawner distribution shapes, and the editor utility widget that hosts the developer overlay. Mirrors the layout of NexusActorPoolsEditor/Public/.
Asset Definitions
1 item
Visualizers
1 item
Actor Pool Set Factory
UFactory that creates new UNActorPoolSet assets from the Content Browser's "Create Asset" menu.
Actor Pools Editor Utility Widget
Editor utility widget that hosts the Actor Pools developer overlay and exposes editor-only actions like creating new pool-set assets.
Actor Pools Editor Validator
Editor data validator that runs UAssetDefinition_NActorPoolSet::ValidateAsset against pool-set assets on save and during commandlet validation.