Navigation
API > API/Plugins > API/Plugins/AnimToTexture
| Name | FAnimToTextureAnimSequenceInfo |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimToTexture/Source/AnimToTexture/Public/AnimToTextureDataAsset.h |
| Include Path | #include "AnimToTextureDataAsset.h" |
Syntax
USTRUCT (Blueprintable)
struct FAnimToTextureAnimSequenceInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimSequence | TObjectPtr< UAnimSequence > | AnimToTextureDataAsset.h |
|
|
| bEnabled | bool | AnimToTextureDataAsset.h |
|
|
| bUseCustomRange | bool | Use Custom FrameRange | AnimToTextureDataAsset.h |
|
| EndFrame | int32 | Animation End Frame (Inclusive) | AnimToTextureDataAsset.h |
|
| StartFrame | int32 | Animation Start Frame | AnimToTextureDataAsset.h |
|