|
|
| FDatasmithLevelSequenceElementImpl (const TCHAR *InName) |
| |
| virtual const TCHAR * | GetFile () const override |
| | Get the output filename, it can be absolute or relative to the scene file. More...
|
| |
| virtual void | SetFile (const TCHAR *InFile) override |
| | Set the output filename, it can be absolute or relative to the scene file. More...
|
| |
| virtual FMD5Hash | GetFileHash () const override |
| | Return a MD5 hash of the content of the Level Sequence Element. More...
|
| |
| virtual void | SetFileHash (FMD5Hash Hash) override |
| | Set the MD5 hash of the Level Sequence file. More...
|
| |
|
virtual float | GetFrameRate () const override |
| |
|
virtual void | SetFrameRate (float FramePerSecs) override |
| |
| virtual void | AddAnimation (const TSharedRef< IDatasmithBaseAnimationElement > &InAnimation) override |
| | Adds an animation to the level sequence. More...
|
| |
| virtual int32 | GetAnimationsCount () const override |
| | Returns the number of animations in the level sequence. More...
|
| |
| virtual TSharedPtr< IDatasmithBaseAnimationElement > | GetAnimation (int32 InIndex) override |
| | Returns the animation using this index. More...
|
| |
| virtual void | RemoveAnimation (const TSharedRef< IDatasmithBaseAnimationElement > &InAnimation) override |
| | Removes an animation from the level sequence. More...
|
| |
|
| FDatasmithElementImpl (const TCHAR *InName, EDatasmithElementType InType, uint64 InSubType=0) |
| |
|
virtual bool | IsA (EDatasmithElementType InType) const override |
| |
|
virtual bool | IsSubType (uint64 InSubType) const override |
| |
|
virtual const TCHAR * | GetName () const override |
| |
|
virtual void | SetName (const TCHAR *InName) override |
| |
|
virtual const TCHAR * | GetLabel () const override |
| |
|
virtual void | SetLabel (const TCHAR *InLabel) override |
| |
|
virtual FMD5Hash | CalculateElementHash (bool) override |
| |