Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Core > API/Plugins/GameplayCameras/Core/FCameraEvaluationContextStack
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraEvaluationContextStack.h |
| Include | #include "Core/CameraEvaluationContextStack.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/Core/CameraEvaluationContextStack.cpp |
bool AddChildContext
(
TSharedRef< FCameraEvaluationContext > Context
)
Remarks
Tries to add a context inside the active context. This will query the active context's director in order to find an "available spot" for the child context. Whether the child context was acccepted.