Navigation
API > API/Plugins > API/Plugins/VPBookmarkEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UVPBookmarkEditorBlueprintLibrary
References
| Module | VPBookmarkEditor |
| Header | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPBookmarkEditor/Public/VPBookmarkEditorBlueprintLibrary.h |
| Include | #include "VPBookmarkEditorBlueprintLibrary.h" |
Syntax
UCLASS&40;&41;
class UVPBookmarkEditorBlueprintLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| AActor * | AddBookmarkAtCurrentLevelEditorPosition
(
const TSubclassOf< AActor > ActorClass, |
||
| void | GetAllActorsClassThamImplementsVPBookmarkInterface
(
TArray< TSubclassOf< AActor >>& OutActorClasses |
||
| bool | JumpToBookmarkInLevelEditor
(
const UVPBookmark* Bookmark |
||
| bool | JumpToBookmarkInLevelEditorByIndex
(
const int32 BookmarkIndex |