Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that breaks a 'FrameTime' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Frame Time |
Outputs
Type | Name | Description |
---|---|---|
struct | Frame Number | Count of frames from start of timing |
real | Sub Frame | Time within a frame, always between >= 0 and < 1 |