UAnimationDataSourceRegistry::UnregisterDataSource

Unregisters / removes an existing data source under a given name.

Windows
MacOS
Linux

References

Module

AnimationCore

Header

/Engine/Source/Runtime/AnimationCore/Public/AnimationDataSource.h

Include

#include "AnimationDataSource.h"

Source

/Engine/Source/Runtime/AnimationCore/Private/AnimationDataSource.cpp

Syntax

bool UnregisterDataSource
(
    const FName & InName
)

Remarks

Unregisters / removes an existing data source under a given name. Returns false in case the data source has already been unregistered.

Returns

true if succeeded

Parameters

Parameter

Description

InName

The name of the data source to remove

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