Navigation
API > API/Plugins > API/Plugins/MetaHumanPerformance > API/Plugins/MetaHumanPerformance/UMetaHumanPerformance
Description
Sets the processing range. Clamped to the active mode's frame limits, or held and applied later if no source data is loaded yet. If the request has no overlap with the limits, snaps to the full extent. Negative values are treated as zero.
| Name | SetProcessingRange |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanPerformance/Public/MetaHumanPerformance.h |
| Include Path | #include "MetaHumanPerformance.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanPerformance/Private/MetaHumanPerformance.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Performance")
void SetProcessingRange
(
int32 InStartFrame,
int32 InEndFrame
)