Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverBlackboard
Description
Attempt to retrieve an object from the blackboard. If found, OutFoundValue will be set. Returns true/false to indicate whether it was found.
| Name | TryGet |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MoverBlackboard.h |
| Include Path | #include "MoveLibrary/MoverBlackboard.h" |
template<typename T>
bool TryGet
(
FName ObjName,
T & OutFoundValue
) const