Navigation
API > API/Plugins > API/Plugins/AnimToTextureEditor
References
| Module | AnimToTextureEditor |
| Header | /Engine/Plugins/Experimental/AnimToTexture/Source/AnimToTextureEditor/Public/AnimToTextureUtils.h |
| Include | #include "AnimToTextureUtils.h" |
namespace AnimToTexture_Private
{
template<class V, class TextureSettings>
bool AnimToTexture_Private&58;&58;WriteVectorsToTexture
&40;
const TArray< V > & Vectors,
const int32 NumFrames,
const int32 RowsPerFrame,
const int32 Height,
const int32 Width,
UTexture2D &42; Texture
&41;
}
Remarks
Writes list of vectors into texture Note: They must be pre-normalized.