Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/FVehicleBlackboard
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/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/VehicleBlackboard.h |
| Include Path | #include "SimModule/VehicleBlackboard.h" |
template<typename T>
bool TryGet
(
FName ObjName,
T & OutFoundValue
) const