Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimDataModelNotifyCollector
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
EAnimDataModelNotifyType NotifyType |
Returns whether or not the notify of the provided types was broadcasted | Animation/AnimData/AnimDataModelNotifyCollector.h | |
bool Contains
(
const TArray< EAnimDataModelNotifyType >& TestNotifyTypes |
Returns whether or not any of the provided notify types were broadcasted | Animation/AnimData/AnimDataModelNotifyCollector.h |
Contains(EAnimDataModelNotifyType)
Description
Returns whether or not the notify of the provided types was broadcasted
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/AnimDataModelNotifyCollector.h |
| Include Path | #include "Animation/AnimData/AnimDataModelNotifyCollector.h" |
bool Contains
(
EAnimDataModelNotifyType NotifyType
) const
Contains(const TArray< EAnimDataModelNotifyType > &)
Description
Returns whether or not any of the provided notify types were broadcasted
| Name | Contains |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimData/AnimDataModelNotifyCollector.h |
| Include Path | #include "Animation/AnimData/AnimDataModelNotifyCollector.h" |
bool Contains
(
const TArray < EAnimDataModelNotifyType > & TestNotifyTypes
) const