Show / Hide Table of Contents

Struct AITestSpawnSet

AITest Spawn Set

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.FunctionalTesting
Assembly: UE4DotNet.dll
Syntax
public struct AITestSpawnSet

Fields

| Improve this Doc View Source

bEnabled

Declaration
public bool bEnabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Declaration
public Name Name
Field Value
Type Description
Name

Properties

| Improve this Doc View Source

FallbackSpawnLocation

location used for spawning if spawn info doesn't define one

Declaration
public Actor FallbackSpawnLocation { get; set; }
Property Value
Type Description
Actor
  • Improve this Doc
  • View Source
Back to top Generated by DocFX