GetActorsByClass
Returns a list of actors based on the provided class and options.
The class of the actors to select.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByName
Returns a list of actors based on the provided asset name and options.
The name of the actors to select.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByMaterial
Returns a list of actors based on the provided material reference and options. Note: This will only return actors that have a static mesh component.
The reference of the material to search by.
The source of the material to search by.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByMaterialSoftReference
Returns a list of actors based on the provided material reference and options. Note: This will only return actors that have a static mesh component.
The reference of the material to search by.
The source of the material to search by.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByMaterialName
Returns a list of actors based on the provided material name and options. Note: This will only return actors that have a static mesh component.
The name of the material to search by.
The source of the material to search by.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByVertexCount
Returns a list of actors based on the provided vertex count and options. Note: This will only return actors that have a Static Mesh Component.
The minimum number of vertices to search for.
The maximum number of vertices to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByTriCount
Returns a list of actors based on the provided triangle count and options. Note: This will only return actors that have a Static Mesh Component.
The minimum number of triangles to search for.
The maximum number of triangles to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByBoundingBox
Returns a list of actors based on the provided bounding box and options.
The minimum point of the bounding box.
The maximum point of the bounding box.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByMeshSize
Returns a list of actors based on the provided mesh size and options.
The minimum size of the mesh to search for.
The maximum size of the mesh to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByWorldLocation
Returns a list of actors based on the provided world location, radius, and options.
The world location to search by.
The radius around the provided world location to search by.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByLODCount
Returns a list of actors based on the provided LOD count and options.
The minimum number of LODs to search for.
The maximum number of LODs to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByNaniteEnabled
Returns a list of actors based on if they have Nanite enabled or not. Note: This will only return actors that have a Static Mesh Component.
Enable to find Actors with Static Mesh Components that have Nanite enabled. Disable to find Actors with Static Mesh Components that do not have Nanite enabled.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByLightmapResolution
Returns a list of actors based on the provided Lightmap Resolution and options.
The minimum lightmap resolution to search for.
The maximum lightmap resolution to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByMobility
Returns a list of actors based on the provided mobility and options.
The mobility to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByStaticMesh
Returns a list of actors based on the provided Static Mesh reference and options.
The Static Mesh to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByStaticMeshSoftReference
Returns a list of actors based on the provided Static Mesh soft reference and options.
The Static Mesh Soft Reference to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByStaticMeshName
Returns a list of actors based on the provided Static Mesh name and options.
The Static Mesh name to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByTexture
Returns a list of actors based on the provided texture reference and options.
The texture to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByTextureSoftReference
Returns a list of actors based on the provided texture soft reference and options.
The texture soft reference to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetActorsByTextureName
Returns a list of actors based on the provided texture name and options.
The texture name to search for.
The selection method to use.
Should the search be inclusive or exclusive?
The list of actors that were found.
GetInvalidActors
Returns a list of invalid actors.
The list of actors that were found.

