Navigation
API > API/Plugins > API/Plugins/VPBookmark
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBookmarkBase
- UVPBookmark
References
| Module | VPBookmark |
| Header | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPBookmark/Public/VPBookmark.h |
| Include | #include "VPBookmark.h" |
Syntax
UCLASS&40;BlueprintType, Category&61;Bookmark&41;
class UVPBookmark : public UBookmarkBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVPBookmarkViewportData | CachedViewportData | ||
| FVPBookmarkCreationContext | CreationContext | ||
| TLazyObjectPtr< AActor > | OwnedActor |
Functions
Overridden from UBookmarkBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnCleared () |
Called when a bookmark is cleared. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. | ||
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |