Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/FVehicleBlackboard > API/Runtime/ChaosVehiclesCore/FVehicleBlackboard/BlackboardObject
Typed container
| Name | ObjectContainer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/VehicleBlackboard.h |
| Include Path | #include "SimModule/VehicleBlackboard.h" |
Syntax
template<typename T>
struct ObjectContainer : public FVehicleBlackboard::BlackboardObject::ObjectContainerBase
Inheritance Hierarchy
- FVehicleBlackboard::BlackboardObject::ObjectContainerBase → FVehicleBlackboard::BlackboardObject::ObjectContainer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ObjectContainer
(
const T& t |
SimModule/VehicleBlackboard.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Object | T | SimModule/VehicleBlackboard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & Get() |
SimModule/VehicleBlackboard.h | ||
T & GetMutable() |
SimModule/VehicleBlackboard.h |