Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FPersonaModule
Struct allowing the anim notify system to interact with an asset type.
| Name | FNotifyHostAssetParameters |
| Type | struct |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
Syntax
struct FNotifyHostAssetParameters
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnRemoveNotify | TDelegate< void(UObject *InAsset, const FString &InFindString, bool bFindWholeWord, ESearchCase::Type InSearchCase)> | Delegate called to remove a notify event. | PersonaModule.h |
| FOnReplaceNotify | TDelegate< void(UObject *InAsset, const FString &InFindString, const FString &InReplaceString, bool bFindWholeWord, ESearchCase::Type InSearchCase)> | Delegate called to replace a notify event with another. | PersonaModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnRemoveNotify | FOnRemoveNotify | PersonaModule.h | ||
| OnReplaceNotify | FOnReplaceNotify | PersonaModule.h |