FAnalyzeReferencedContentStat::GetAnimSequenceStats

Retrieves/ creates animation sequence stats associated with passed in animation sequence.

Windows
MacOS
Linux

Warnings

  • returns pointer into TMap, only valid till next time Set is called

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Commandlets/AnalyzeReferencedContentStat.h

Include

#include "Commandlets/AnalyzeReferencedContentStat.h"

Syntax

FAnimSequenceStats * GetAnimSequenceStats
(
    UAnimSequence * AnimSequence
)

Remarks

Retrieves/ creates animation sequence stats associated with passed in animation sequence.

: returns pointer into TMap, only valid till next time Set is called

Returns

pointer to particle system stats associated with anim sequence

Parameters

Parameter

Description

AnimSequence

Anim sequence to retrieve/ create anim sequence stats for

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss