TriggerVolume-TriggerVolume(string_Blueprint).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.TriggerVolume

TriggerVolume(string, UnrealEngine.Framework.Blueprint) Constructor

Spawns the actor in the world

public TriggerVolume(string name=null, UnrealEngine.Framework.Blueprint blueprint=null);

Parameters

name System.String
The name of the actor

blueprint Blueprint
The blueprint class to use as a base class, should be equal to the exact type of the actor

Contents

  1. 0.1UnrealEngine.Framework.TriggerVolume
  2. 1TriggerVolume(string, UnrealEngine.Framework.Blueprint) Constructor