Navigation
API > API/Plugins > API/Plugins/RazerChromaDevices > API/Plugins/RazerChromaDevices/URazerChromaFunctionLibrary
Description
Sets the idle animation for this application. This animation will play if no other animations are playing at the moment.
By default, the idle animation is set via the project settings, but it can be changed at runtime.
| Name | SetIdleAnimation |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RazerChromaDevices/Source/RazerChromaDevices/Public/RazerChromaFunctionLibrary.h |
| Include Path | #include "RazerChromaFunctionLibrary.h" |
| Source | /Engine/Plugins/Experimental/RazerChromaDevices/Source/RazerChromaDevices/Private/RazerChromaFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, BlueprintCosmetic, Category="Razer Chroma")
static void SetIdleAnimation
(
const URazerChromaAnimationAsset * NewIdleAnimation
)