Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/Actions > API/Runtime/AIModule/Actions/UDEPRECATED_PawnAction_Repeat
- UDEPRECATED_PawnAction::OnChildFinished()
- UDEPRECATED_PawnAction_Repeat::OnChildFinished()
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/Actions/PawnAction_Repeat.h |
| Include | #include "Actions/PawnAction_Repeat.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/Actions/PawnAction_Repeat.cpp |
virtual void OnChildFinished
(
UDEPRECATED_PawnAction & Action,
EPawnActionResult::Type WithResult
)
Remarks
Called to give Action chance to react to child action finishing. @NOTE gets called AFTER child's OnFinished to give child action chance to prepare "finishing data" for parent to read. @NOTE clears parent-child binding