UAnimationDataSourceRegistry::ContainsSource

Returns true if this registry contains a source with the 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 ContainsSource
(
    const FName & InName
) const

Remarks

Returns true if this registry contains a source with the given name

Returns

true if a source with the given name exists

Parameters

Parameter

Description

InName

The name of the data source to look up.

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