AnimationSequence-Load(string).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.AnimationSequence

AnimationSequence.Load(string) Method

Finds and loads an animation sequence by name

public static UnrealEngine.Framework.AnimationSequence Load(string name);

Parameters

name System.String

Returns

AnimationSequence
An animation sequence or null on failure

Contents

  1. 0.1UnrealEngine.Framework.AnimationSequence
  2. 1AnimationSequence.Load(string) Method