UAnimSharingInstance::SetComponentUsage

Marks the component as either used/not-used, this is used to disable ticking of components which are not in use

Windows
MacOS
Linux

References

Module

AnimationSharing

Header

/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Public/AnimationSharingManager.h

Include

#include "AnimationSharingManager.h"

Source

/Engine/Plugins/Developer/AnimationSharing/Source/AnimationSharing/Private/AnimationSharingManager.cpp

Syntax

void SetComponentUsage
(
    bool bUsage,
    uint8 StateIndex,
    uint32 ComponentIndex
)

Remarks

Marks the component as either used/not-used, this is used to disable ticking of components which are not in use

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