Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/IRigVMAssetInterface
Description
Called during cooking. Must return all objects that will be Preload()ed when this is serialized at load time.
Derived Overrides
| Name | GetPreloadDependencies |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMAsset.h |
| Include Path | #include "RigVMAsset.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMAsset.cpp |
virtual void GetPreloadDependencies
(
TArray < UObject * > & OutDeps
)