Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Pads the given frame ranges
| Name | UAnimDatabaseFrameRangesFunction_Pad |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameRanges.h |
| Include Path | #include "AnimDatabaseFrameRanges.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Meta=(DisplayName="Pad Frame Ranges"))
class UAnimDatabaseFrameRangesFunction_Pad : public UAnimDatabaseFrameRangesFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFrameRangesFunction → UAnimDatabaseFrameRangesFunction_Pad
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Function | TObjectPtr< UAnimDatabaseFrameRangesFunction > | AnimDatabaseFrameRanges.h |
|
|
| PadEnd | int32 | Number of frames to pad the end of the frame ranges with | AnimDatabaseFrameRanges.h |
|
| PadStart | int32 | Number of frames to pad the start of the frame ranges with | AnimDatabaseFrameRanges.h |
|