Core Types and Functions

Structs

FSpawnEntryTableRowBase

The base row class for pool table, which is referenced by pool sampler node. Extend this class for your own entry data.

Classes

USpawnEntryBase

The base class for the output of a Spawn Query graph. If you are implementing custom Sampler, you need to return an object of this type.

It is extensible by Blueprints.

USpawnQuery

Represents a Spawn Query graph asset.

  • QueryEntry

    Randomly select an entry with the graph.

  • SetActiveState

    Toggle the query graph active/inactive.

USpawnQueryContext

The object that encapsulates randomization states.

  • Get Default Spawn Query Context

    Get the global spawn query context.

  • Reset

    Clear internal states to the default, optionally setting the seed with a certain value.

  • Get Blackboard

    Get the Blackboard component associated with the context.

  • Set Blackboard Asset

    Set the Blackboard asset and initialize the Blackboard component with default values.