Navigation
API > API/Plugins > API/Plugins/AnimToTexture
| Name | FAnimToTextureFrameData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimToTexture/Source/AnimToTexture/Public/AnimToTextureInstancePlaybackHelpers.h |
| Include Path | #include "AnimToTextureInstancePlaybackHelpers.h" |
Syntax
USTRUCT (BlueprintType )
struct FAnimToTextureFrameData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Frame | float | Frame to be played | AnimToTextureInstancePlaybackHelpers.h |
|
| PrevFrame | float | Previous Frame (this is needeed for motion blur) | AnimToTextureInstancePlaybackHelpers.h |
|