14 lines
295 B
Ucode
14 lines
295 B
Ucode
/**
|
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
|
*/
|
|
class MorphWeightSequence extends Object
|
|
native(Anim);
|
|
|
|
cpptext
|
|
{
|
|
/**
|
|
* Returns a one line description of an object for viewing in the thumbnail view of the generic browser
|
|
*/
|
|
virtual FString GetDesc();
|
|
}
|